mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
When a literal string is used to define two different tokens,
`bison -v' segfaults. Reported by Piotr Gackiewicz, and fixed by Neil Booth. * tests/regression.m4: New file. Include the core of the sample provided by Piotr Gackiewicz. * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed properly.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2000-10-04 Akim Demaille <akim@epita.fr>
|
||||
|
||||
When a literal string is used to define two different tokens,
|
||||
`bison -v' segfaults.
|
||||
Reported by Piotr Gackiewicz, and fixed by Neil Booth.
|
||||
|
||||
* tests/regression.m4: New file.
|
||||
Include the core of the sample provided by Piotr Gackiewicz.
|
||||
* src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
|
||||
properly.
|
||||
|
||||
2000-10-04 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/reader.c (parse_expect_decl): Keep `count' within the size
|
||||
|
||||
Reference in New Issue
Block a user