From: Ivan Maidanski Date: Mon, 27 Feb 2012 18:01:37 +0000 (+0400) Subject: Update ChangeLog X-Git-Tag: gc7_2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7e1a6e0e4997d8504f676de274c2dea0697c27d;p=gc Update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index bd5c5fd6..cf813ef7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-02-27 Ivan Maidanski + + * win32_threads.c (GC_register_my_thread): Fix SEGV by setting "me" + to the newly-created thread GC descriptor (if lookup failed) before + altering flags of "me" (only if GC_PTHREADS); add comment (same as + in pthread_support.c). + 2012-02-27 Ivan Maidanski * os_dep.c (GC_SysVGetDataStart): Place "volatile" keyword for