bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/29006] dll_symname use after free


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/29006] dll_symname use after free
Date: Thu, 12 May 2022 11:56:07 +0000

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

--- Comment #12 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <nickc@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=678dc756a5741d278be2e14630bc10d2fb31a22a

commit 678dc756a5741d278be2e14630bc10d2fb31a22a
Author: Alan Modra <amodra@gmail.com>
Date:   Thu May 12 12:55:20 2022 +0100

    Fix an illegal memory access when creating DLLs.

            PR 29006
            * pe-dll.c (dll_name): Delete, replacing with..
            (dll_filename): ..this, moved earlier in file.
            (generate_edata): Delete parameters.  Don't set up dll_name here..
            (pe_process_import_defs): ..instead set up dll_filename and
            dll_symname here before returning.
            (dll_symname_len): Delete write-only variable.
            (pe_dll_generate_implib): Don't set up dll_symname here.

-- 
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]