5 Aug
2022
5 Aug
'22
2:05 p.m.
Currently if netconn_resolve() exits with timeout the async resolve_proc() is left with invalid stack reference for async (where it also assigns some data on completion). Also hostname and address referenced by async structure might also be deallocated before resolve_proc() completion. -- v2: winhttp: Avoid invalid memory access in netconn_resolve(). https://gitlab.winehq.org/wine/wine/-/merge_requests/591