Prevent seg-fault in gas reading a binary input file.
authorNick Clifton <nickc@redhat.com>
Fri, 19 Feb 2016 13:19:57 +0000 (13:19 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 19 Feb 2016 13:19:57 +0000 (13:19 +0000)
commit3be64886b5cd7e877d8783a53b81e2c6f7d01307
tree96e4d109fe131fd8d83dd323215eedb92d0e9e74
parent3d13c647015137e616267148a8d51194d13737bf
Prevent seg-fault in gas reading a binary input file.

PR 19630
* read.c (read_a_source_file): Check for assemble_one returning
with input_line_pointer set to NULL.
gas/ChangeLog
gas/read.c