]> granicus.if.org Git - gc/commit
Fix crash when using GC_malloc_many() as first allocation call
authorBruce Hoult <bruce@hoult.org>
Thu, 29 May 2014 06:16:50 +0000 (18:16 +1200)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 31 May 2014 10:08:55 +0000 (14:08 +0400)
commite775cb79f731e79785541547646bf068310e3a1b
tree5ea52bdc93c93d14ee194cecebcc5ce0171e40c6
parent33535060b4898c7883c3d98c4591bfc964541830
Fix crash when using GC_malloc_many() as first allocation call

* mallocx.c (GC_CALL GC_generic_malloc_many): Do not dereference
ok_reclaim_list if it is NULL.
mallocx.c