https://sourceware.org/bugzilla/show_bug.cgi?id=24707
Nick Clifton <nickc at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton <nickc at redhat dot com> --- Hi Hywook4, Thanks for reporting this problem. It was not really a crash, but rather a case of the objdump program being tricked into an attempt to allocate a huge amount of memory. This is trapped by the sanitizer, which then aborts the program. I have checked in a patch to catch the problem before malloc() is called, and instead issue an error message, before allowing the program to continue. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils