]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
PR63305: fix graceful restart crashes in LDAP
authorEric Covener <covener@apache.org>
Mon, 1 Apr 2019 14:29:14 +0000 (14:29 +0000)
committerEric Covener <covener@apache.org>
Mon, 1 Apr 2019 14:29:14 +0000 (14:29 +0000)
commit286891c947277d8368d60b0dfa7c7d6cd1a003c7
tree24e9bf6f8a73543ddd759956222289bdd9b45fb2
parent2e6c5a3f760c9e73b489fb0238b12230fe39d0fc
PR63305: fix graceful restart crashes in LDAP

The cache destruction was not protected by the lock used by other
cache callers.

Pull the static cleanup function into util_ldap.c so it's convenient to
use the existing locking.

Submitted By: Martin FĂșsek <mfusek newps.cz>
Commited By: covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1856735 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ldap/util_ldap.c
modules/ldap/util_ldap_cache.c