19e Subj : CVS commit src/sbbs3/js_user.c To : All From : rswindell Date : Wed May 25 2005 03:18 pm src/sbbs3 js_user.c 1.55 1.56 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv1927 Modified Files: js_user.c Log Message: When setting numeric user properties, check the return value of JS_ValueToInt32 before using the result (which could be garbage on failure). . 0