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:13:46 +0000 (12:13 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 11 Jan 2023 12:13:46 +0000 (12:13 +0000)
commit3e307d538c351aa9327cbad672c884059ecc20dd
tree2a84c52af268d3173bf920fee95ea92ebdbb9151
parentad2021a0f761e23576820aca50a7ac10d7f40bed
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