зеркало из https://github.com/mozilla/pjs.git
Check return value of hashify() call, bug 712907. r=luke
This commit is contained in:
Родитель
b16bd214aa
Коммит
248b0bfb17
|
@ -461,7 +461,11 @@ Shape::newDictionaryList(JSContext *cx, HeapPtrShape *listp)
|
|||
root->listp = listp;
|
||||
|
||||
JS_ASSERT(root->inDictionary());
|
||||
root->hashify(cx);
|
||||
if (!root->hashify(cx)) {
|
||||
*listp = list;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return root;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче