Re: [PATCH v3 0/3] MR4073: msxml3: Stop possible typelib out of bounds access (Coverity)
27 Oct
2023
27 Oct
'23
12:56 a.m.
Nikolay Sivov (@nsivov) commented about dlls/msxml3/httprequest.c:
if (!(ptr = heap_alloc(size))) { heap_free(bsc); + IBindCtx_Release(pbc); return E_OUTOFMEMORY; }
It will be a smaller change to move context creation right before it's used. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4073#note_49937
860
Age (days ago)
860
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov (@nsivov)