]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix a potential illegal memory access in the BFD library when parsing a corrupt DWARF...
authorNick Clifton <nickc@redhat.com>
Wed, 11 Jan 2023 12:12:25 +0000 (12:12 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 11 Jan 2023 12:12:25 +0000 (12:12 +0000)
commit11d171f1910b508a81d21faa087ad1af573407d8
tree0970c1a1c70a8bfef5acf93cd6733d07705fe9a0
parentf1e19328594fb0cc35dc7d6573a7a36f5ab9ecc4
Fix a potential illegal memory access in the BFD library when parsing a corrupt DWARF file.

PR 29988
* dwarf2.c (read_indexed_address): Fix check for an out of range
offset.
bfd/ChangeLog
bfd/dwarf2.c