https://sourceware.org/bugzilla/show_bug.cgi?id=19323

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal

--- Comment #3 from Alan Modra <amodra at gmail dot com> ---
objdump -s /tmp/pr19323 
objdump: /tmp/pr19323: Memory exhausted

Hmm, I suppose your binutils is 32-bit, in which case trying to allocate
0x1000000000 bytes is the same as allocating 0 bytes, which would explain why
you see a buffer overrun.

-- 
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

Reply via email to