Skip to content

Avoid dclose(RTLD_NEXT)

Samuel Thibault requested to merge sthibaul/priv_wrapper:RTLD_NEXT into main

In case the libc was not found and RTLD_NEXT is used instead, we should not dlclose it, otherwise mayhem happens.

Signed-off-by: Samuel Thibault samuel.thibault@ens-lyon.org

https://bugzilla.samba.org/show_bug.cgi?id=15228

Merge request reports