diff options
author | Nick Clifton <nickc@redhat.com> | 2023-10-09 17:13:25 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-10-09 17:13:25 +0100 |
commit | ee1cb49e5a9de8049d887abd8c9f2eff1851147e (patch) | |
tree | 591385182b7b217c52571dec1c941fd4d59ca82d /ld/ChangeLog | |
parent | cb0f1baf44a4de4506283502df68cad3b7780e1d (diff) | |
download | gdb-ee1cb49e5a9de8049d887abd8c9f2eff1851147e.zip gdb-ee1cb49e5a9de8049d887abd8c9f2eff1851147e.tar.gz gdb-ee1cb49e5a9de8049d887abd8c9f2eff1851147e.tar.bz2 |
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/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 021a9f9..8423dd4 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 |