[Bug ld/24055] _bfd_xcoff_swap_aux_in smashes the stack

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24055 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug ld/24055] _bfd_xcoff_swap_aux_in smashes the stack

2019-01-10 Thread wolfgang.thaller at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=24055 --- Comment #8 from Wolfgang Thaller --- Not quite yet... * The XCOFF specification seems quite clear that a C_FILE symbol can contain up to four different strings in four different aux entries, and in fact I have a few files with four aux

[Bug ld/24055] _bfd_xcoff_swap_aux_in smashes the stack

2019-01-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24055 Nick Clifton changed: What|Removed |Added Attachment #11507|0 |1 is obsolete|

[Bug ld/24055] _bfd_xcoff_swap_aux_in smashes the stack

2019-01-06 Thread wolfgang.thaller at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=24055 --- Comment #6 from Wolfgang Thaller --- So... here are my findings... The code handling multiple aux entries was introduced on 1999-05-10 to handle an undocumented feature of Microsoft's PE format: 1999-05-10 DJ Delorie [...]

[Bug ld/24055] _bfd_xcoff_swap_aux_in smashes the stack

2019-01-04 Thread wolfgang.thaller at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=24055 --- Comment #5 from Wolfgang Thaller --- I'll have some free time left this weekend, so I'll have another look at those call sites and report back. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/24055] _bfd_xcoff_swap_aux_in smashes the stack

2019-01-04 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24055 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ld/24055] _bfd_xcoff_swap_aux_in smashes the stack

2019-01-03 Thread wolfgang.thaller at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=24055 --- Comment #3 from Wolfgang Thaller --- Comment on attachment 11507 --> https://sourceware.org/bugzilla/attachment.cgi?id=11507 Proposed patch There are also some minor problems with your proposed patch: * The assert checks <

[Bug ld/24055] _bfd_xcoff_swap_aux_in smashes the stack

2019-01-03 Thread wolfgang.thaller at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=24055 --- Comment #2 from Wolfgang Thaller --- Probably won't work for me; I added an assert myself at first and it did in fact trigger. I am working with an old XCOFF file provided by Apple back in the 90s, and it contains a C_FILE with a total of

[Bug ld/24055] _bfd_xcoff_swap_aux_in smashes the stack

2019-01-03 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24055 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug ld/24055] _bfd_xcoff_swap_aux_in smashes the stack

2019-01-02 Thread wolfgang.thaller at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=24055 Wolfgang Thaller changed: What|Removed |Added CC||wolfgang.thaller at gmx dot net