]> 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 09:25:46 +0000 (13:25 +0400)
commit9854c8e873eaf736231965f890207ce2c0a5511f
tree20f40f38d067417646437e022e59e9af91ac71a1
parent2a3cef3fa4c428ffd25b72b5190cbd3d8e35caa0
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