Wireshark-bugs: [Wireshark-bugs] [Bug 10726] ELF dissector fails to properly decode .eh_frame

Date: Tue, 25 Nov 2014 18:01:04 +0000

Comment # 2 on bug 10726 from
Created attachment 13290 [details]
binary which has a bogus .eh_frame section

Source code for hello.c:
int main(void) { return 0; }

Compiled with GCC 4.9.2:

gcc -shared -Wl,-fuse-ld=gold -fPIC -flto -ffat-lto-objects -O2 hello.c
-Wl,--gc-sections -o bad


You are receiving this mail because:
  • You are watching all bug changes.