]> git.saurik.com Git - bison.git/commit - ChangeLog
Bison dumps core when trying to complain about broken input files.
authorAkim Demaille <akim@epita.fr>
Thu, 24 Jan 2002 17:09:34 +0000 (17:09 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 24 Jan 2002 17:09:34 +0000 (17:09 +0000)
commit29ae55f112c411438e778ccf2fd3fca8332ca0f2
treebccea34fbbf396ed521ba9a8b8d96e8b4a669640
parent2b548aa6484c3d1b64a4b3085c112e3ec8a36aa1
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
THANKS
src/lex.c
tests/regression.at