]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix an illegal memory access in the BFD library which can be triggered by an attempt...
authorNick Clifton <nickc@redhat.com>
Wed, 15 Jul 2020 10:15:16 +0000 (11:15 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 15 Jul 2020 10:15:16 +0000 (11:15 +0100)
commit78fede7066a6baf1db64780abadc70194585a85e
treecd8649f902dc30dbf88a58f1159980a674979311
parentd804c486cecc0b05c5e77baff9646294c9a043e0
Fix an illegal memory access in the BFD library which can be triggered by an attempt 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