summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-10-09 17:52:39 +0100
committerNick Clifton <nickc@redhat.com>2023-10-09 17:52:39 +0100
commit1b334e27f8410c7fbe3417023258eb9e03ec9592 (patch)
treed038ef33d9ce58e516e16c603d9d60a36810ef7b /ld/ChangeLog
parentee1cb49e5a9de8049d887abd8c9f2eff1851147e (diff)
Fix: Null pointer dereference in ldlex.l
PR 30951 * ldlex.l (yy_input): Check for YY_CURRENT_BUFFER being NULL.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8423dd4ac29..05b88ee0b94 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,8 @@
2023-10-09 Nick Clifton <nickc@redhat.com>
+ PR 30951
+ * ldlex.l (yy_input): Check for YY_CURRENT_BUFFER being NULL.
+
PR 30954
* ldlang.c (map_input_to_output_sections): Check that os is non
NULL before using it.