https://sourceware.org/bugzilla/show_bug.cgi?id=19823
Fangrui Song changed:
What|Removed |Added
CC||maskray at google dot com
--- Comment
https://sourceware.org/bugzilla/show_bug.cgi?id=24955
Alan Modra changed:
What|Removed |Added
CC||nickc at sourceware dot org
--
You are
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:
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
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,
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