Initialize stack variable to NULL on suspicion that later possibly-unset use of it is causing crash.
This commit is contained in:
mccabe%netscape.com 2000-08-26 07:10:31 +00:00
Родитель 832c3c92bb
Коммит 5c644e8fc3
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -395,6 +395,7 @@ js_EnterSharpObject(JSContext *cx, JSObject *obj, JSIdArray **idap,
char buf[20];
size_t len;
*sp = NULL; /* Set to null in case we return an early error. */
map = &cx->sharpObjectMap;
table = map->table;
if (!table) {