You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In JS_ReadFunctionTag() if goto fail; happens after b->cpool_count is set to a >0 value but before b->cpool is allocated, then JS_FreeValue() will try to iterate over a NULLb->cpool and segfault.
The text was updated successfully, but these errors were encountered:
In
JS_ReadFunctionTag()
ifgoto fail;
happens afterb->cpool_count
is set to a >0 value but beforeb->cpool
is allocated, thenJS_FreeValue()
will try to iterate over aNULL
b->cpool
and segfault.The text was updated successfully, but these errors were encountered: