mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
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.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2002-01-24 Akim Demaille <akim@epita.fr>
|
||||
|
||||
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.
|
||||
|
||||
2002-01-24 Robert Anisko <robert.anisko@epita.fr>
|
||||
|
||||
* src/Makefile.am: Add bison.c++.
|
||||
|
||||
Reference in New Issue
Block a user