4 Aug
2022
4 Aug
'22
10:51 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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/591