From a82c88f98b5a176d62e0055ec9f475179acc313f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 30 Jul 2015 08:58:39 -0700 Subject: Correction to COBJ initialization pattern. In fact, the previosuly documented process is not correct and still leaves a corruption problem under generational GC (which has been the default for some time). * HACKING: Document flaw in the initialization pattern previously thought to be correct, and show fix. * hash.c (copy_hash): Fix instance of incorrect pattern. * regex.c (regex_compile): Likewise. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee619fc6..6c14d7da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2015-07-30 Kaz Kylheku + + Correction to COBJ initialization pattern. + + In fact, the previosuly documented process is not correct and still + leaves a corruption problem under generational GC (which has been the + default for some time). + + * HACKING: Document flaw in the initialization pattern previously + thought to be correct, and show fix. + + * hash.c (copy_hash): Fix instance of incorrect pattern. + + * regex.c (regex_compile): Likewise. + 2015-07-30 Kaz Kylheku * HACKING: Restore accidentally deleted document title. -- cgit v1.2.3