From e743727fcd27ba00c0ae808058ea18d457171da5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 4 May 2003 06:30:14 +0000 Subject: [PATCH] * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE): Do not overrun array bounds. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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... -- 2.7.4