Re: [PATCH v3 0/3] MR4073: msxml3: Stop possible typelib out of bounds access (Coverity)
Oct. 26, 2023
7:56 p.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
881
Age (days ago)
881
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov (@nsivov)