X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/02d7cce6e21c97f4245f333eaab7e76b38fe373a..e9ad4aeca53f9e96dd72821c96d25e3ee2a3a2e8:/ChangeLog diff --git a/ChangeLog b/ChangeLog index f4f413ef..4448b67e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-01-18 Paul Eggert + + Avoid undefined behavior that accessed just before the start of an + array. Problem reported by twlevo. + * src/reader.c (packgram): Prepend a new sentinel before ritem. + * src/lalr.c (build_relations): Rely on new sentinel. + * src/gram.c (gram_free): Adjust to new sentinel. + 2006-01-12 Joel E. Denny * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to