Branch: refs/heads/dlopen Home: https://github.com/fabbione/kronosnet Commit: b0a1ff143ddc8808ef154d413bc3d899a0d81922 https://github.com/fabbione/kronosnet/commit/b0a1ff143ddc8808ef154d413bc3d89... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2017-09-13 (Wed, 13 Sep 2017)
Changed paths: M libknet/compress.c M libknet/compress.h M libknet/handle.c M libknet/internals.h M libknet/tests/Makefile.am A libknet/tests/int_lib_load_unload.c
Log Message: ----------- [dlopen] compress: fix load/unload of libraries and add extensive test
each handle should only unload libraries that has loaded or referenced on exit, attempt to close all libraries from that handle on compress_fini close only the one that's open
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com