Branch: refs/heads/master Home: https://github.com/fabbione/kronosnet Commit: dafce24c0650110047ed9ee9e681a0341b947ed6 https://github.com/fabbione/kronosnet/commit/dafce24c0650110047ed9ee9e681a03... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths: M libknet/crypto_nss.c
Log Message: ----------- [crypto] fix libnss horror show to avoid leaking memory
libnss simply can't be unloaded at runtime as it leaks memory. switch back to the hold atexit code and don't allow unloading of the library.
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com