• Russ Cox's avatar
    fix another gc bug, one that i have only imagined, · 8c357ce2
    Russ Cox authored
    not observed: do not use malloc to allocate stacks
    during garbage collection, because it would make the
    malloc data structures change underfoot.
    
    R=r
    DELTA=6  (3 added, 0 deleted, 3 changed)
    OCL=30323
    CL=30326
    8c357ce2
malloc.c 5.87 KB