Files
ladybird/Libraries/LibCore
ayeteadoe ff71efebb6 LibCore: Fix WSAEMSGSIZE error in pending_bytes with proper zero-init
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
2025-08-23 18:35:45 -06:00
..
2025-08-17 16:44:14 -04:00
2025-08-11 16:55:25 +02:00
2025-06-16 14:20:48 +01:00
2025-08-11 16:55:25 +02:00
2025-08-11 16:55:25 +02:00