Summary: | A memory leak issue was discovered in bfd | ||
---|---|---|---|
Product: | binutils | Reporter: | wcventure <wcventure> |
Component: | binutils | Assignee: | Alan Modra <amodra> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 2.31 | ||
Target Milestone: | 2.32 | ||
Host: | Target: | ||
Build: | Last reconfirmed: | 2018-12-07 00:00:00 | |
Attachments: | MemoryLeak-POC |
Description
wcventure
2018-12-05 06:14:02 UTC
The master branch has been updated by Alan Modra <amodra@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c2f5dc30afa34696f2da0081c4ac50b958ecb0e9 commit c2f5dc30afa34696f2da0081c4ac50b958ecb0e9 Author: Alan Modra <amodra@gmail.com> Date: Fri Dec 7 23:39:42 2018 +1030 PR23952, memory leak in _bfd_generic_read_minisymbols bfd/ PR 23952 * syms.c (_bfd_generic_read_minisymbols): Free syms before returning with zero symcount. binutils/ * nm.c (display_rel_file): Use xrealloc to increase minisyms for synthetic symbols. Fixed on master |