]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/push.c (yypushparse): Fix memory leak if yymsg is malloced
[bison.git] / ChangeLog
index 243226d448ea65d6596fc3b0c53d7f63948b4620..5600653ea1451d5d0d4734f5271167163ef1f9c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
+       in a push parser.  Reindent slightly to match yacc.c better.
+
+2006-10-11  Bob Rossi  <bob@brasko.net>
+
+        * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
+        yymsg_alloc fields.
+        (yypvarsinit, yypushparse): Remove init of removed fields.
+        (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
+
 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        * THANKS: Add Paolo Bonzini and Bob Rossi.