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
--
v2: webservices: Add support for receiving fault messages.
webservices: Address the request message in WsCall.
webservices/tests: Add a fault reading test for WsReadBody.
webservices: Fill in type description for WS_FAULT_TYPE if necessary in WsReadBody.
webservices: Detect when a message contains a fault in read_envelope_start.
webservices: Add support for reading WS_FAULT values.
https://gitlab.winehq.org/wine/wine/-/merge_requests/583