commit | ee1cb49e5a9de8049d887abd8c9f2eff1851147e | [log] [tgz] |
---|---|---|
author | Nick Clifton <nickc@redhat.com> | Mon Oct 09 17:13:25 2023 +0100 |
committer | Nick Clifton <nickc@redhat.com> | Mon Oct 09 17:13:25 2023 +0100 |
tree | 591385182b7b217c52571dec1c941fd4d59ca82d | |
parent | cb0f1baf44a4de4506283502df68cad3b7780e1d [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.