SerenityOS build: Sunday, September 08
Images 💾⌗
- serenity-x86_64-20240908-1d83f73.img.gz (Raw image, 221.51 MiB)
Last commit ⭐⌗
commit 1d83f73ec5ccce3337b065fbb2e156c9604feb0d
Author: Sönke Holz <sholz8530@gmail.com>
AuthorDate: Tue Sep 3 11:42:42 2024 +0200
Commit: Nico Weber <thakis@chromium.org>
CommitDate: Sat Sep 7 12:52:52 2024 -0400
Kernel/PCI: Stop using a dangling pointer in dmesgln_pci
VariadicFormatParams only stores pointers to the parameters, so
the device.device_name() parameter will dangle.
This fixes broken dmesgln_pci output on riscv64 GCC.
Other builds