Commit c3bdaf59 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

jscript: Update buffer size in do_regexp_match_next.

parent cbfe913a
......@@ -3366,6 +3366,7 @@ static HRESULT do_regexp_match_next(script_ctx_t *ctx, RegExpInstance *regexp, D
if(!new_parens)
return E_OUTOFMEMORY;
*parens_size = regexp->jsregexp->parenCount;
*parens = new_parens;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment