]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix startup segfault when the Mutex directive is used but no loaded
authorJeff Trawick <trawick@apache.org>
Mon, 22 Feb 2010 17:16:29 +0000 (17:16 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 22 Feb 2010 17:16:29 +0000 (17:16 +0000)
commitec56aba06fbeabc8349dd81483f66fbb66aeeea2
tree6ff3c62f756ba2e923a20fd9f1a2b76b1f74c013
parent6ffeeeb82ca80983726c1eeea61226bae20d1513
Fix startup segfault when the Mutex directive is used but no loaded
modules use httpd mutexes.

Add an init call from core's pre-config hook to ensure init is
performed before the config is parsed.

PR: 48787

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@912666 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/util_mutex.h
server/core.c
server/util_mutex.c