17 Jun
2023
17 Jun
'23
5:43 p.m.
Nikolay Sivov (@nsivov) commented about dlls/vbscript/vbregexp.c:
TRACE("(%p)->(%p)\n", This, add);
if(!This->size) { - This->matches = malloc(8*sizeof(IMatch*)); + This->matches = malloc(8 * sizeof(IMatch2*));
Or sizeof(*This->matches). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3085#note_36020