Images 💾

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.