]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix illegal memory access implementing relocs in a fuzzed x86_64 object file.
authorNick Clifton <nickc@redhat.com>
Mon, 19 Jun 2023 11:09:11 +0000 (12:09 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 19 Jun 2023 11:09:11 +0000 (12:09 +0100)
commit74d39f70cd9090ba1cdc406421480bb50a864cd2
tree4a22f9027214795841ef525baefc69731d9291f9
parent319626ca736d15836f5381bdc9f0e37396f61b15
Fix illegal memory access implementing relocs in a fuzzed x86_64 object file.

  PR 30560
  * elf64-x86-64.c (elf_x86_64_relocate_section): Add more checks for a valid relocation offset.
bfd/ChangeLog
bfd/elf64-x86-64.c