]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/ChangeLog
Fix the windmc program to conform to the behaviour of mc.exe by rejecting lines that...
authorRalf Habacker <ralf.habacker@freenet.de>
Wed, 10 Jun 2020 09:07:26 +0000 (10:07 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 10 Jun 2020 09:07:26 +0000 (10:07 +0100)
commit25065fcd192d9958c03e107985aea41d651e4a16
tree46ae709218fed5ee1f62d95e3ac5cc84bfa2f998
parentcab5c3b707871395d1d1a8962c41ec05db1aeba8
Fix the windmc program to conform to the behaviour of mc.exe by rejecting lines that reach end-of-file without a terminating newline character.

PR 26082
* mclex.c (yylex): Reject lines that reach end-of-file without a
terminating newline character.
binutils/ChangeLog
binutils/mclex.c