]> git.saurik.com Git - bison.git/commit
Bison dumps core when trying to complain about broken input files.
authorAkim Demaille <akim@epita.fr>
Tue, 22 Jan 2002 10:29:28 +0000 (10:29 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 22 Jan 2002 10:29:28 +0000 (10:29 +0000)
commit015af8c16804dc933de8d7e3daeb613ea97c3d14
treefa9fd5a627583605a41c5f942cee416089b28b03
parent3a48f72d7eba5a212db194865d7ff7616daf9072
Bison dumps core when trying to complain about broken input files.
Reported by Cris van Pelt.
* src/lex.c (parse_percent_token): Be sure to set token_buffer.
* tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
into...
(Invalid inputs): Strengthen: exercise parse_percent_token.
ChangeLog
NEWS
THANKS
src/lex.c
tests/regression.at