view BUGS @ 314:b2e4e23d9953

- 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 - dynload_plain test * now testing getting exec's path * workdir independent
author Tassilo Philipp
date Wed, 06 Nov 2019 12:32:53 +0100
parents 7520e2260097
children fe907488e235
line wrap: on
line source

- add support for SELinux
- dyncall sparc v7/v8: -xO3 on SunPro segfaults in tests.
- dyncall sparc64 port: works fine on Debian 6, but has issues on OpenBSD and Solaris regarding passing of float and double values.
- this BUGS file should be merged with ToDo or vice-versa