bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/13135] printf format width mismatch segfault in ARM disass


From: smcc at cs dot berkeley.edu
Subject: [Bug binutils/13135] printf format width mismatch segfault in ARM disassembly
Date: Thu, 25 Aug 2011 22:35:01 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13135

--- Comment #1 from Stephen McCamant <smcc at cs dot berkeley.edu> 2011-08-25 
22:35:01 UTC ---
Here's a short command sequence to reproduce (in the appropriate
configuration):

% perl -e 'print pack("V*", 0xed69cdcb)' >/tmp/bad.insn
% objdump -b binary -m arm -EL -D /tmp/bad.insn

The expected result is something like:

   0:   ed69cdcb        stcl    13, cr12, [r9, #-812]!  ; 0xfffffcd4

whereas what I see instead is a segmentation fault.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]