--- INCSA.2002-0x82-002-lightwebug.txt Mon Dec 30 14:32:12 2002 +++ INCSA.2002-0x82-002-lightwebug.patch.txt Mon Dec 30 14:33:23 2002 @@ -389,7 +389,7 @@ va_start(ap, format); // format it all into temp - vsprintf(temp, format, ap); -+ vsnprintf(temp, strlen(temp), format, ap); ++ vsnprintf(temp, sizeof(temp)-1, format, ap); va_end(ap); time (&t);