From f788ba2ab6ce627a9e4d7ca66a00a97a61de5469 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 31 Aug 2019 18:07:26 -0500 Subject: check for memory exhaustion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hash_initialize returns NULL when out of memory. Check for it, and die cleanly instead of crashing. Reported by 江 祖铭 (Zu-Ming Jiang). https://lists.gnu.org/archive/html/bug-bison/2019-08/msg00015.html * src/muscle-tab.c, src/state.c, src/symtab.c, src/uniqstr.c: Check the value returned by hash_initialize. --- THANKS | 1 + 1 file changed, 1 insertion(+) (limited to 'THANKS') diff --git a/THANKS b/THANKS index e40fc001..a0e3af66 100644 --- a/THANKS +++ b/THANKS @@ -199,6 +199,7 @@ Wwp subscript@free.fr xolodho xolodho@gmail.com Zack Weinberg zack@codesourcery.com 長田偉伸 cbh34680@iret.co.jp +江 祖铭 jjzuming@outlook.com Many people are not named here because we lost track of them. We thank them! Please, help us keeping this list up to date. -- cgit v1.2.1