mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 471373 - OOM in imacro trips assert, r=brendan.
This commit is contained in:
parent
43debacfae
commit
44c661ddb2
@ -6963,7 +6963,7 @@ js_Interpret(JSContext *cx)
|
||||
atoms = script->atomMap.vector;
|
||||
}
|
||||
|
||||
JS_ASSERT((size_t)(regs.pc - script->code) < script->length);
|
||||
JS_ASSERT((size_t)((fp->imacpc ? fp->imacpc : regs.pc) - script->code) < script->length);
|
||||
|
||||
#ifdef JS_TRACER
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user