-
Simon McVittie authored
libcapsule effectively injects its own wrapper functions for things like dlopen() into the global namespace. If we allow it to be deleted on dlclose(), then the next call to dlopen() will call a function that resides in memory that is no longer mapped, with predictable results. Signed-off-by:
Simon McVittie <smcv@collabora.com>
Simon McVittie authoredlibcapsule effectively injects its own wrapper functions for things like dlopen() into the global namespace. If we allow it to be deleted on dlclose(), then the next call to dlopen() will call a function that resides in memory that is no longer mapped, with predictable results. Signed-off-by:
Simon McVittie <smcv@collabora.com>