[Bug binutils/22809] Segmentation fault in bfd_section_from_shdr

2018-05-08 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22809 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/22809] Segmentation fault in bfd_section_from_shdr

2018-05-08 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22809 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=95a6d23566165208853a68d9cd3c6eedca840ec6 commit 95a6d23566165208853a68d9cd3

[Bug binutils/22809] Segmentation fault in bfd_section_from_shdr

2018-05-07 Thread mgcho.minic at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22809 --- Comment #4 from Mingi Cho --- Hi Nick, I have tested the bug in x86 Ubuntu system. When hdr->sh_size is 0x then malloc(hdr->sh_size +1) returns a valid pointer with small size at _bfd_elf_parse_attributes function and the bug is

[Bug binutils/22809] Segmentation fault in bfd_section_from_shdr

2018-02-13 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22809 --- Comment #3 from Nick Clifton --- Created attachment 10814 --> https://sourceware.org/bugzilla/attachment.cgi?id=10814&action=edit Proposed patch -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug binutils/22809] Segmentation fault in bfd_section_from_shdr

2018-02-13 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22809 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #2

[Bug binutils/22809] Segmentation fault in bfd_section_from_shdr

2018-02-07 Thread mgcho.minic at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22809 --- Comment #1 from Mingi Cho --- Created attachment 10794 --> https://sourceware.org/bugzilla/attachment.cgi?id=10794&action=edit PE file to trigger the bug -- You are receiving this mail because: You are on the CC list for the bug. _