log

age author description
Wed, 06 Nov 2019 14:13:49 +0100 Tassilo Philipp - allowing lookup of running executable's path by passing NULL to dynload's dlGetLibraryPath()
Wed, 06 Nov 2019 12:32:53 +0100 Tassilo Philipp - stop using dlinfo() on glibc platforms but use dl_iterate_phdr() instead, as former's implementation is nothing more than a fancy cast and thus dangerously assuming that every provided handle is valid
Tue, 05 Nov 2019 15:19:16 +0100 Tassilo Philipp - dynload_plain test: stability fix for picking right testing lib on build