SerenityOS build: Saturday, April 20
Images 💾⌗
- serenity-x86_64-20240420-9881d10.img.gz (Raw image, 218.12 MiB)
Last commit ⭐⌗
commit 9881d10e386d0825ebac11adfbde019ebca0cbcb
Author: Sönke Holz <sholz8530@gmail.com>
AuthorDate: Wed Apr 17 21:54:39 2024 +0200
Commit: Andrew Kaster <akaster@serenityos.org>
CommitDate: Fri Apr 19 16:46:47 2024 -0600
LibELF: Add a small local-exec TLS test
Part 1 of this test uses a large array so we are more likely getting
segfaults when using an incorrect TLS layout.
The `volatile`s and `taint_for_optimiter`s should hopefully prevent the
compiler from optimizing the tests out.
Other builds