diff options
author | Alan Modra <amodra@gmail.com> | 2019-01-25 09:34:14 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-01-25 09:41:41 +1030 |
commit | 0c56b5cfb68cd099e00f6fdb5ad08061c7b16b79 (patch) | |
tree | 8b653d3fe7179c2e5e61ed521962e4f072b2b07d /gas/ChangeLog | |
parent | adc6a863a9c6c828425d63b12d553f0e8f21e350 (diff) | |
download | gdb-0c56b5cfb68cd099e00f6fdb5ad08061c7b16b79.zip gdb-0c56b5cfb68cd099e00f6fdb5ad08061c7b16b79.tar.gz gdb-0c56b5cfb68cd099e00f6fdb5ad08061c7b16b79.tar.bz2 |
PR24125, Assertion failure with embedded NULs in string
An assertion that can be triggered by user input is wrong, so remove
it. I believe the NUL would have been accepted before the PR20902
patch.
PR 20902
PR 24125
* read.c (stringer): Delete assertion.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 972e227..a930a84 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2019-01-25 Alan Modra <amodra@gmail.com> + + PR 20902 + PR 24125 + * read.c (stringer): Delete assertion. + 2019-01-21 Nick Clifton <nickc@redhat.com> * po/uk.po: Updated Ukranian translation. |