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

2013-03-06 Thread will.newton at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13135 Will Newton changed: What|Removed |Added Status|NEW |RESOLVED CC|

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

2012-07-26 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13135 --- Comment #6 from cvs-commit at gcc dot gnu.org 2012-07-26 14:05:47 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ni...@sourceware.org2012-07-26 14:05:38 Modified files: include: ChangeLog opcodes

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

2012-07-24 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13135 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #5

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

2012-07-24 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13135 --- Comment #4 from cvs-commit at gcc dot gnu.org 2012-07-24 12:56:51 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ni...@sourceware.org2012-07-24 12:56:48 Modified files: opcodes: ChangeLog arm-dis.c hppa-dis

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

2012-07-21 Thread dave at treblig dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=13135 --- Comment #3 from Dr. David Alan Gilbert 2012-07-21 19:27:38 UTC --- Created attachment 6543 --> http://sourceware.org/bugzilla/attachment.cgi?id=6543 more printf format fixes This diff includes Stephen's diff and also patches mips (that

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

2012-07-20 Thread dave at treblig dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=13135 Dr. David Alan Gilbert changed: What|Removed |Added CC||dave at treblig dot org --- C

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

2011-08-25 Thread smcc at cs dot berkeley.edu
http://sourceware.org/bugzilla/show_bug.cgi?id=13135 --- Comment #1 from Stephen McCamant 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/b