[Bug binutils/20089] stripe-new crashed because of an Access Violation Fault.

2016-06-02 Thread ecular at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20089 --- Comment #4 from Ecular Xu --- (In reply to Nick Clifton from comment #3) > Hi Ecular, > > Thanks for reporting this problem. It turns out that there were two > issues, > the sh_info field being 0 and the fact that the input symbol tabl

[Bug binutils/20096] strip-new crash when strip a specified file

2016-05-18 Thread ecular at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20096 --- Comment #5 from Ecular Xu --- Thanks for the patch. -- 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

[Bug binutils/20089] stripe-new crashed because of an Access Violation Fault.

2016-05-15 Thread ecular at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20089 Ecular Xu changed: What|Removed |Added Summary|stripe-new crashed because |stripe-new crashed because

[Bug binutils/20089] stripe-new crashed because of a Access Violation Fault.

2016-05-15 Thread ecular at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20089 Ecular Xu changed: What|Removed |Added Summary|objcopy.c line 1130 has not |stripe-new crashed because

[Bug binutils/20096] strip-new crash when strip a specified file

2016-05-14 Thread ecular at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20096 --- Comment #2 from Ecular Xu --- Created attachment 9261 --> https://sourceware.org/bugzilla/attachment.cgi?id=9261&action=edit Can crash strip-new with -s flag Sorry for the missing of attachment. Now I attached the file. -- You are rec

[Bug binutils/20096] New: strip-new crash when strip a specified file

2016-05-13 Thread ecular at 163 dot com
: binutils Assignee: unassigned at sourceware dot org Reporter: ecular at 163 dot com Target Milestone: --- Hi there, I crashed strip-new with flag -s when strip the attached file. It is a NULL pointer dereference at line 3225 in objcopy.c copy_relocations_in_section (bfd *ibfd

[Bug binutils/20089] New: objcopy.c line 1130 has not size check before accessing isympp array.

2016-05-13 Thread ecular at 163 dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: ecular at 163 dot com Target Milestone: --- Created attachment 9255 --> https://sourceware.org/bugzilla/attachment.cgi?id=9255&action=edit run ./strip-new -s thisf

[Bug binutils/20078] elf.c line 410 has no check for sh_link before accessing sections

2016-05-12 Thread ecular at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20078 Ecular Xu changed: What|Removed |Added CC||ecular at 163 dot com -- You are

[Bug binutils/20078] New: elf.c line 410 has no check for sh_link before accessing sections

2016-05-12 Thread ecular at 163 dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: ecular at 163 dot com Target Milestone: --- Created attachment 9254 --> https://sourceware.org/bugzilla/attachment.cgi?id=9254&action=edit After running nm-new crash