diff options
author | Nick Clifton <nickc@redhat.com> | 2016-12-05 16:00:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-12-05 16:00:43 +0000 |
commit | 406bd128dba2a59d0736839fc87a59bce319076c (patch) | |
tree | 8dd5ae1af0a3fd81b597df6c5c44d45b5e417952 /ld/ChangeLog | |
parent | 9b5481c63ab5e1e66e8f23681741039754eabcce (diff) | |
download | gdb-406bd128dba2a59d0736839fc87a59bce319076c.zip gdb-406bd128dba2a59d0736839fc87a59bce319076c.tar.gz gdb-406bd128dba2a59d0736839fc87a59bce319076c.tar.bz2 |
Fix seg-fault in linker when passed a bogus input script.
PR ld/20906
* ldlex.l: Check for bogus strings in linker scripts.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3529834..19e94e9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2016-12-05 Nick Clifton <nickc@redhat.com> + + PR ld/20906 + * ldlex.l: Check for bogus strings in linker scripts. + 2016-12-05 Alyssa Milburn <amilburn@zall.org> * testsuite/ld-sparc/wdispcall.s: New file. |