May 1, 2026
8:49 p.m.
Jacek Caban (@jacek) commented about dlls/wininet/utility.c:
WINE_DEFAULT_DEBUG_CHANNEL(wininet);
-BOOL GetAddress(const WCHAR *name, INTERNET_PORT port, struct sockaddr *psa, int *sa_len, char *addr_str) +BOOL GetAddress(const WCHAR *name, INTERNET_PORT port, server_addr_t **server_addr)
With that change, a separate BOOL result seems redundant, you could just return the pointer (and NULL for the failure). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10794#note_138594