Comment 8 for bug 908508

Revision history for this message
In , Jndiogo (jndiogo) wrote :

At jsRegExpExecute(), PCRE is trying to use the JSContext->regExpPool (which no longer exists) in the call to match().
Do you see any problem in using JSContext::tempLifoAlloc() and using that LifoAlloc instead?