summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-10-09 17:13:25 +0100
committerNick Clifton <nickc@redhat.com>2023-10-09 17:13:25 +0100
commitee1cb49e5a9de8049d887abd8c9f2eff1851147e (patch)
tree591385182b7b217c52571dec1c941fd4d59ca82d /ld/ChangeLog
parentcb0f1baf44a4de4506283502df68cad3b7780e1d (diff)
Fix: A potential null_pointer_deference bug
PR 30954 * ldlang.c (map_input_to_output_sections): Check that os is non NULL before using it.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 021a9f9b663..8423dd4ac29 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2023-10-09 Nick Clifton <nickc@redhat.com>
+
+ PR 30954
+ * ldlang.c (map_input_to_output_sections): Check that os is non
+ NULL before using it.
+
2023-10-05 A. Wilcox <awilfox@adelielinux.org>
PR 30905