diff options
author | Nick Clifton <nickc@redhat.com> | 2023-06-19 12:09:11 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-06-19 12:09:11 +0100 |
commit | 74d39f70cd9090ba1cdc406421480bb50a864cd2 (patch) | |
tree | 4a22f9027214795841ef525baefc69731d9291f9 /bfd/ChangeLog | |
parent | 319626ca736d15836f5381bdc9f0e37396f61b15 (diff) | |
download | binutils-74d39f70cd9090ba1cdc406421480bb50a864cd2.zip binutils-74d39f70cd9090ba1cdc406421480bb50a864cd2.tar.gz binutils-74d39f70cd9090ba1cdc406421480bb50a864cd2.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1f9b7ec..4fed6e1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2023-06-19 Nick Clifton <nickc@redhat.com> + + PR 30560 + * elf64-x86-64.c (elf_x86_64_relocate_section): Add more checks + for a valid relocation offset. + 2023-06-07 Nick Clifton <nickc@redhat.com> PR 30499 |