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

Date: Tue, 25 Nov 2014 18:00:18 +0000

Comment # 1 on bug 10726 from
Created attachment 13289 [details]
binary which should be decoded fine

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

Compiled with GCC 4.9.2:

gcc -shared -fPIC -flto -ffat-lto-objects -O2 hello.c -Wl,--gc-sections -o good


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