]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/ChangeLog
Fix a dereference of NULL when scanning the symbol hashes array in the ARM linker.
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
index ee8eaf01d424fc1ac883c9701cd412a18b8fefba..da2a30a9463de68703e07506388ba38e3cd63deb 100644 (file)
@@ -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