aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-12-06 11:24:12 +0000
committerNick Clifton <nickc@redhat.com>2022-12-06 11:24:12 +0000
commit83f18e5ebe627163f744215d3760a8eaacee6ec1 (patch)
treee1be74d568ea7da55b75e916990b0dad10ecba69 /bfd/ChangeLog
parent8db40179f0e61c2145a4470afa47fb1945a8d9c8 (diff)
downloadgdb-83f18e5ebe627163f744215d3760a8eaacee6ec1.zip
gdb-83f18e5ebe627163f744215d3760a8eaacee6ec1.tar.gz
gdb-83f18e5ebe627163f744215d3760a8eaacee6ec1.tar.bz2
Fix a dereference of NULL when scanning the symbol hashes array in the ARM linker.
PR 29852 * elf32-arm.c (cmse_scan): Check for NULL entries in the sym_hashes array. (elf32_arm_gc_mark_extra_sections): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ee8eaf0..da2a30a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2022-12-06 Nick Clifton <nickc@redhat.com>
+
+ PR 29852
+ * elf32-arm.c (cmse_scan): Check for NULL entries in the
+ sym_hashes array.
+ (elf32_arm_gc_mark_extra_sections): Likewise.
+
2022-12-05 Nick Clifton <nickc@redhat.com>
PR 29848