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