]> git.ipfire.org Git - thirdparty/krb5.git/commit
Work around glibc bug 11941 (dlclose assertion) 992/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 23 Oct 2019 04:48:25 +0000 (00:48 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 23 Oct 2019 15:51:35 +0000 (11:51 -0400)
commitbf5953c549a6d279977df69ffe89b2ba51460eaf
treec58ea8b4a08c52161226ac2790f653a77caa10b9
parentd66b311093f1782c3610bbc77bd78fce411e8f79
Work around glibc bug 11941 (dlclose assertion)

When building against glibc 2.24 or earlier, suppress calls to
dlclose() to prevent the assertion failure "_dl_close: Assertion
`map->l_init_called' failed" at process exit.  We need this workaround
to enable automated tests that load GSSAPI modules.

ticket: 7135
src/util/support/plugins.c