[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libopcodes] Decoder crash and incorrect results
From: |
Nick Clifton |
Subject: |
Re: [libopcodes] Decoder crash and incorrect results |
Date: |
Fri, 19 Feb 2016 12:44:46 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 |
Hi Nathan,
> Redhat Enterprise Linux 6.
RHEL 6 contains a very old version of the binutils (2.20). We are now on
release 2.26...
> I have found that the library will segfault given certain inputs
> to print_insn_i386. Here is the code I am using to decode:
Does the library also crash if you place these inputs into an object file,
assemble them, and then try to run "objdump -d" on them ?
If you cab reproduce these seg-faults using the current binutils sources,
please file a bug report here, including a way to reproduce the problem if
at all possible:
https://sourceware.org/bugzilla/
Cheers
Nick