Subj : CVS commit src/sbbs3/js_msgbase.c To : All From : rswindell Date : Mon Nov 22 2004 03:10 pm src/sbbs3 js_msgbase.c 1.102 1.103 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv1942 Modified Files: js_msgbase.c Log Message: Probably bugfix (segfault while defined "field_list" header object property): implicitly "root" the property before populating the array. Without this fix, a GC could free the array while it's being populated. .