mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 22:40:55 +00:00
jscript: Update buffer size in do_regexp_match_next.
This commit is contained in:
parent
cbfe913a1a
commit
c3bdaf59a8
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user