From: Paul Eggert Date: Thu, 13 Feb 2003 07:15:52 +0000 (+0000) Subject: * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]: X-Git-Tag: BISON-2_0~397 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/93b8c255e88bd4c4c947f7faac011d80e2897bc4 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]: Avoid subscript error in yycheck. Bug reported by Andrew Suffield in . * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise. Check for malloc failure, for consistency with yacc.c. (yytname_size): Remove, for consistency with yacc.c. The bug still remains in data/lalr1.cc, as I didn't have time to fix it there. --- diff --git a/ChangeLog b/ChangeLog index 9af12367..6a3ef1e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-02-12 Paul Eggert + + * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]: + Avoid subscript error in yycheck. Bug reported by Andrew Suffield in + . + * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise. + Check for malloc failure, for consistency with yacc.c. + (yytname_size): Remove, for consistency with yacc.c. + + The bug still remains in data/lalr1.cc, as I didn't have time + to fix it there. + 2003-02-06 Akim Demaille * configure.ac (GXX): Rename as...