Images 💾

Last commit ⭐

commit 72066880c659be701cb1acddad610da012e7f428
Author:     Andrew Kaster <akaster@serenityos.org>
AuthorDate: Sat Jun 11 13:55:04 2022 -0600
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Sun Jun 12 00:28:26 2022 +0100

    LibELF: Always use parent object basename for $ORIGIN processing
    
    Using the main executable basename produces the wrong $ORIGIN processing
    for libraries that are secondary dependencies of the main executable,
    or dependencies of an object loaded via dlopen.