mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-08 16:12:23 +02:00
In SocketWindows, the return value for the ioctl call was not initialized to zero. This was causing test_udp in TesDNSResolver to fail as UDPSocket::read_some() was incorrectly failing with WSAEMSGSIZE due the result of pending_bytes being some unspecified default value for an uninitialized unsigned long
10 KiB
10 KiB