From dbaaf167934e08e97cb17b43ba54bf216b910064 Mon Sep 17 00:00:00 2001 From: David Declerck Date: Tue, 17 Oct 2023 09:46:07 +0200 Subject: [PATCH] Add ChangeLog entry --- cobc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cobc/ChangeLog b/cobc/ChangeLog index 0c5659e71..3b23c9baf 100644 --- a/cobc/ChangeLog +++ b/cobc/ChangeLog @@ -1,4 +1,11 @@ +2023-10-17 David Declerck + + * codegen.c (codegen_internal, codegen_finalize): move declaration + of decimal constants from global storage to local storage to + fix bug #917 (segfault on decimal constant after CANCEL on + subprogram) + 2023-07-26 Simon Sobisch * typeck.c (search_set_keys): improving SEARCH ALL syntax checks