summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-08-30 09:45:34 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-08-30 10:05:18 +0200
commita1b7fef045124971053edb0e6d570d0e15cb04f5 (patch)
treedd626cd7266e03147d3801d5eb69920153b977f9 /NEWS
parent067e35a8be590ef7aaee6a01a3f1c6ba71ab1eca (diff)
downloadbison-a1b7fef045124971053edb0e6d570d0e15cb04f5.tar.gz
c: always use YYMALLOC/YYFREE
Reported by Kovalex <kovalex.pro@gmail.com>. https://lists.gnu.org/r/bug-bison/2020-08/msg00015.html * data/skeletons/yacc.c: Don't make direct calls to malloc/free. * tests/calc.at: Check it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 68bbbb81..a5c59f0d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ GNU Bison NEWS
* Noteworthy changes in release ?.? (????-??-??) [?]
+** Bug fixes
+
+ Push parsers use YYMALLOC/YYFREE instead of direct calls to malloc/free.
* Noteworthy changes in release 3.7.1 (2020-08-02) [stable]