Select Git revision
module.c
-
Henrik (Grubba) Grubbström authored
The nodes used by ADT.List were freed before the cleanup call of gc(1). This could cause the gc to follow links into freed and/or reused memory. Fixes [PIKE-227].
Henrik (Grubba) Grubbström authoredThe nodes used by ADT.List were freed before the cleanup call of gc(1). This could cause the gc to follow links into freed and/or reused memory. Fixes [PIKE-227].