[Bug binutils/15152] readelf and objdump don't print strings from .dwz file

2017-11-15 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=15152 --- Comment #2 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=dda8d76d0dd2b07df769f6cae20aff483468b342 commit dda8d76d0dd2b07df769f6cae20

[Bug binutils/15152] readelf and objdump don't print strings from .dwz file

2017-11-15 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15152 Nick Clifton changed: What|Removed |Added Status|NEW |WAITING --- Comment #3 from Nick Clift

[Bug binutils/22426] objcopy crashes with fabricated file

2017-11-15 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22426 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=be74fad95edc8827516e144cf38d135b503249cd commit be74fad95edc8827516e144cf38d1

[Bug binutils/22426] objcopy crashes with fabricated file

2017-11-15 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22426 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug gas/22441] x86-64: wrong relocation type used for 32-bit index-with-no-base addressing

2017-11-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22441 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com -- You are rece

[Bug gas/22272] Output of testsuite/gas/all/fill-1.s isn't verified

2017-11-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22272 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/22443] New: Global buffer overflow in _bfd_elf_get_symbol_version_string

2017-11-15 Thread mgcho.minic at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22443 Bug ID: 22443 Summary: Global buffer overflow in _bfd_elf_get_symbol_version_string Product: binutils Version: 2.30 (HEAD) Status: UNCONFIRMED Severity: norm

[Bug binutils/22444] New: Incorrect note padding check

2017-11-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22444 Bug ID: 22444 Summary: Incorrect note padding check Product: binutils Version: 2.30 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils

[Bug binutils/22444] Incorrect note padding check

2017-11-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22444 --- Comment #1 from H.J. Lu --- elf.c has the same issue: /* FIXME: bad alignment assumption. */ Elf_External_Note *xnp = (Elf_External_Note *) p; Elf_Internal_Note in; if (offsetof (Elf_External_Note, name) > buf - p

[Bug binutils/22444] Incorrect note padding check

2017-11-15 Thread fweimer at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22444 Florian Weimer changed: What|Removed |Added CC||fweimer at redhat dot com -- You ar

[Bug binutils/22444] Incorrect note padding check

2017-11-15 Thread fweimer at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22444 --- Comment #2 from Florian Weimer --- Can we really change this in binutils and glibc at this point? Don't we have to change the gabi documentation instead? -- You are receiving this mail because: You are on the CC list for the bug. __