]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
regen.
[bison.git] / ChangeLog
index ca964b73dd51e186989990fb48b8ae8b7f54a948..21c7c4734fcb0f27424b59a6e20aa30feefe76b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-12-15  Akim Demaille  <akim@epita.fr>
+
+       * src/nullable.c (set_nullable): Useless rules must be skipped,
+       otherwise, since we range over their symbols, we might look at a
+       nonterminal which no longer ``exists'', i.e., it is not counted in
+       `nvars', hence we overflow our arrays.
+
 2001-12-15  Akim Demaille  <akim@epita.fr>
 
        The header can also be produced directly, without any obstack!