]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix an illegal memory access in the BFD library which can be triggered by attempting...
authorNick Clifton <nickc@redhat.com>
Wed, 15 Jul 2020 10:09:59 +0000 (11:09 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 15 Jul 2020 10:09:59 +0000 (11:09 +0100)
commit4fd8d5856435ff84de1f181381fc51754285af6f
tree79347458234713500cdf06bc7efd647b47f2eaf0
parent52781cce795439ce5055ee9b8a8c7bc6f92b7b72
Fix an illegal memory access in the BFD library which can be triggered by attempting to parse a corrupt PE format file.

PR26240
* coffgen.c (coff_get_normalized_symtab): Fix off-by-one error in
check for aux entries that overflow the buufer.
bfd/ChangeLog
bfd/coffgen.c