[PATCH] ws2_32: deal with getaddrinfo() returning NULL ai_canonname despite AI_CANONNAME
27 Dec
2020
27 Dec
'20
3:39 a.m.
This fixes a wineboot crash on FreeBSD, where getaddrinfo() returns a NULL ai_canonname, causing wineboot to pass NULL to strchr(). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50408 Signed-off-by: Damjan Jovanovic <damjan.jov(a)gmail.com> --- dlls/ws2_32/socket.c | 6 ++++++ 1 file changed, 6 insertions(+)
1810
Age (days ago)
1810
Last active (days ago)
0 comments
1 participants
participants (1)
-
Damjan Jovanovic