http://sourceware.org/bugzilla/show_bug.cgi?id=14873

--- Comment #1 from Anders Montonen <Anders.Montonen at iki dot fi> 2013-02-07 
01:17:09 UTC ---
The same test also crashes on Linux (tested on Scientific Linux 6.3 64-bit).

The crash happens in _bfd_elf_copy_obj_attributes on the line
if (in_attr->s && *in_attr->s)

At the point of the crash, in_attr->s contains the value 0x2d8322e657274450
which is clearly invalid.

The loop index i has the value 56.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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