* src/reader.c (packgram): Catch nitems overflows.

This commit is contained in:
Akim Demaille
2001-12-27 18:06:41 +00:00
parent 14d293acb2
commit adc8c84856
3 changed files with 14 additions and 0 deletions

5
NEWS
View File

@@ -2,6 +2,11 @@ Bison News
----------
Changes in version 1.49a:
* items overflow
Bison no longer dumps core when there are too many items, it just
dies.
Changes in version 1.30: