From: Paul Eggert Date: Sun, 4 May 2003 06:30:14 +0000 (+0000) Subject: * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE): X-Git-Tag: BISON-2_0~314 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e743727fcd27ba00c0ae808058ea18d457171da5;p=platform%2Fupstream%2Fbison.git * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE): Do not overrun array bounds. --- diff --git a/ChangeLog b/ChangeLog index b0a6e0f..1da9686 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-05-03 Paul Eggert + + * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE): + Do not overrun array bounds. + This should fix a bug reported today by Olatunji Oluwabukunmi in + . + 2003-04-29 Akim Demaille * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...