bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/23496] Memory Leak of objdump


From: nickc at redhat dot com
Subject: [Bug binutils/23496] Memory Leak of objdump
Date: Tue, 21 Aug 2018 14:03:07 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=23496

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |nickc at redhat dot com
         Resolution|---                         |INVALID

--- Comment #3 from Nick Clifton <nickc at redhat dot com> ---
Hi Masman1996,

  Thanks for your interest in the binutils, and for reporting this problem.

  The leaks are coming from the elf_i386_get_synthetic_symtab function,
  but there is no real bug here.  The allocated memory stays in use for
  the duration of the objdump run, so there is no benefit to adding code
  to release it early.  Instead the memory is returned when objdump
  finishes, which is fine.

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]