diff --git a/ChangeLog b/ChangeLog index 6657f471..3b3cf808 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 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. + * src/parse-gram.y (add_param): Rewrite to avoid strchr, + since it's less likely to work if NULs are involved in the future. 2004-09-27 Akim Demaille