ladybird/Userland
Andrew Kaster 2770b7eecd LibCore: Null-check struct addrinfo to avoid freeaddrinfo(NULL)
On some C libraries, like NetBSD and musl-libc, this under-specified
edge case results in a crash rather than silently ignoring the null
pointer.
2024-06-06 12:48:58 -06:00
..
Libraries LibCore: Null-check struct addrinfo to avoid freeaddrinfo(NULL) 2024-06-06 12:48:58 -06:00
Services Everywhere: Remove LibSQL, SQLServer, and the sql REPL :^) 2024-06-06 11:27:03 -04:00
Utilities Meta: Remove shred utility 2024-06-06 09:43:51 -06:00
CMakeLists.txt