From 5b7e1e73e692565d7613ceb8d45ce95d2071077f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 27 Sep 2004 22:04:13 +0000 Subject: [PATCH] * src/parse-gram.y (add_param): Fix bug where NUL was mishandled. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3c1863eb..6657f471 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-27 Paul Eggert + + * src/parse-gram.y (add_param): Fix bug where NUL was mishandled. + Avoid the use of strchr to avoid future recurrences. + 2004-09-27 Akim Demaille * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration. -- 2.50.0