PR24125, Assertion failure with embedded NULs in string
authorAlan Modra <amodra@gmail.com>
Thu, 24 Jan 2019 23:04:14 +0000 (09:34 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 24 Jan 2019 23:11:41 +0000 (09:41 +1030)
commit0c56b5cfb68cd099e00f6fdb5ad08061c7b16b79
tree8b653d3fe7179c2e5e61ed521962e4f072b2b07d
parentadc6a863a9c6c828425d63b12d553f0e8f21e350
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.
gas/ChangeLog
gas/read.c