From 74d39f70cd9090ba1cdc406421480bb50a864cd2 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 19 Jun 2023 12:09:11 +0100 Subject: 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 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bfd/ChangeLog') 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 + + PR 30560 + * elf64-x86-64.c (elf_x86_64_relocate_section): Add more checks + for a valid relocation offset. + 2023-06-07 Nick Clifton PR 30499 -- cgit v1.1