]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
segv in read_a_source_file
authorAlan Modra <amodra@gmail.com>
Mon, 30 Sep 2024 22:30:32 +0000 (08:00 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 30 Sep 2024 23:05:00 +0000 (08:35 +0930)
commit444ae19249ac2d1221a01d87deb1aeceb535e5b4
tree87098a6f399c9cc9fc88c0cc1c413adc8e2745d7
parent656f8fbaae34cb37bda5110cbc8c79c6a2aaa847
segv in read_a_source_file

On some paths through read_a_source file, "s" may not be set.

* read.c (read_a_source_file): Correct code ignoring comment.
gas/read.c