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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com
   Target Milestone|---                         |2.32

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
It is caused by

3391569f218cd5d05e96769f47559d5828be3acd is the first bad commit
commit 3391569f218cd5d05e96769f47559d5828be3acd
Author: Nick Clifton <ni...@redhat.com>
Date:   Fri Jul 20 15:05:34 2018 +0100

    Close memory and resource leaks detected by coverity in the binutils
directory.

            * objcopy.c (add_specific_symbols): Free buffer on exit.
            (add_redefine_syms_file): Close file handle on exit.
            (copy_object): Close file handle on early exit.
            Free buffer on early exit.
            Free gaps buffers once they are no longer needed.
            * dwarf.c (display_debug_frames): Free allocated memory on exit.
            (load_separate_debug_info): Free allocate memory on early exit.

I am working on a small testcase.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to