Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.10
-
None
Description
See https://systemd.io/ELF_DLOPEN_METADATA/. I suggest adding an ELF note with the information we are going to dlopen() the OpenSSL libraries, when we are in "load" mode.
Example: https://github.com/opendcdiag/opendcdiag/pull/601 (note: Qt code uses libssl too).
Another example of ELF note is ElfNoteAbiTag in qlibraryinfo.cpp.