SerenityOS build: Friday, June 07
Images 💾⌗
- serenity-x86_64-20240607-3bb41e9.img.gz (Raw image, 217.97 MiB)
Last commit ⭐⌗
commit 3bb41e942faecf54ad58b4aa2e33232095e3c474
Author: Andrew Kaster <akaster@serenityos.org>
AuthorDate: Thu May 9 15:13:48 2024 -0600
Commit: Andrew Kaster <akaster@serenityos.org>
CommitDate: Thu Jun 6 09:27:50 2024 -0600
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.
Other builds