[Bug gold/19823] gold produces copy reloc of protected symbols

2019-09-01 Thread maskray at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19823 Fangrui Song changed: What|Removed |Added CC||maskray at google dot com --- Comment

[Bug binutils/24955] libbfd terminating program on out of memory

2019-09-01 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24955 Alan Modra changed: What|Removed |Added CC||nickc at sourceware dot org -- You are

[Bug binutils/24955] New: libbfd terminating program on out of memory

2019-09-01 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24955 Bug ID: 24955 Summary: libbfd terminating program on out of memory Product: binutils Version: 2.33 (HEAD) Status: NEW Severity: normal Priority: P2 Component:

[Bug binutils/11983] libbfd reuses pointer passed to bfd_openr

2019-09-01 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=11983 --- Comment #15 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=22b31fea07587034636251ccb81041e4e8e0bd93 commit 22b31fea07587034636251ccb810

Re: Memory leak in dwarf2.c

2019-09-01 Thread Alan Modra
On Sun, Sep 01, 2019 at 10:27:03PM +0200, Torsten Rupp wrote: > In function_bfd_dwarf2_slurp_debug_info(), line 4367 the following call > is made for the scoped variable debug_filename: > > debug_filename = bfd_follow_build_id_debuglink (abfd, DEBUGDIR); > > The returned value is allocated,

Memory leak in dwarf2.c

2019-09-01 Thread Torsten Rupp
Dear developers, I detected (with the help of valgrind) a memory leak in dwarf2.c of binutils 2.32: In function_bfd_dwarf2_slurp_debug_info(), line 4367 the following call is made for the scoped variable debug_filename: debug_filename = bfd_follow_build_id_debuglink (abfd, DEBUGDIR); The