Subj : Re: Need a few hints on JS_CompileFunction To : netscape.public.mozilla.jseng From : Sterling Bates Date : Tue May 18 2004 05:54 pm Sterling Bates wrote: > WRT bug 243517, the patch for JS_CompileUCFunctionForPrincipals includes > a call to js_inflateString, then checks for a null (NULL?) result. Given > this, I should only inflate the string if strlen(name) > 0, correct? Erm, that should probably be if (name), rather than strlen(name). .