]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
hash: check insertion for memory exhaustion.
[bison.git] / ChangeLog
index 9871ea15d81f119117ce830ed998c971360839bf..44db35c02ff2aa70465a0414ce794c3111fc9482 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-06-11  Akim Demaille  <demaille@gostai.com>
+
+       hash: check insertion for memory exhaustion.
+       * src/muscle-tab.c (muscle_insert, muscle_grow)
+       * src/state.c (state_hash_insert): Check the return value of
+       hash_insert.
+
 2009-06-11  Akim Demaille  <demaille@gostai.com>
 
        tests: honor TESTSUITEFLAGS in every check target.