From 77dbdd0d594fb9cc5c45d43ed82560748eb71183 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 8 Sep 2019 09:17:48 +0200 Subject: [PATCH] news: update --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 52c85980..5d67f0ba 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,13 @@ GNU Bison NEWS In some cases, when warnings are disabled, bison could emit tons of white spaces as diagnostics. + When running out of memory, bison could crash (found by fuzzing). + + When defining twice the EOF token, bison would crash. + + New warnings from recent compilers have been addressed in the generated + parsers (yacc.c, glr.c, glr.cc). + * Noteworthy changes in release 3.4.1 (2019-05-22) [stable] ** Bug fixes