]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Import a fix from the mainline sources that prevents a potential illegal memory acces...
authorNick Clifton <nickc@redhat.com>
Tue, 11 Feb 2020 15:55:25 +0000 (15:55 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 11 Feb 2020 15:55:25 +0000 (15:55 +0000)
commit82f439d028c65663a0baf0a17ef5c4a2ea5c84a7
treea9f97928a6451794ec668902b60fe848f82e3e08
parent0a710062e6e0f5eb41fe052bcb019d1073b6752f
Import a fix from the mainline sources that prevents a potential illegal memory access when parsing PE binaries.

PR 25447
* coffgen.c (_bfd_coff_close_and_cleanup): Do not clear the keep
syms and keep strings flags as these may have been set in order to
prevent a bogus call to free.
bfd/ChangeLog
bfd/coffgen.c