]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix crash in ap_mpm_pod_check call caused by NULL dereference of its parameter
authorJan Kaluža <jkaluza@apache.org>
Fri, 30 Oct 2015 14:07:28 +0000 (14:07 +0000)
committerJan Kaluža <jkaluza@apache.org>
Fri, 30 Oct 2015 14:07:28 +0000 (14:07 +0000)
commitf2dd2c6dda818ab1f8647adcc8d7ae02415653ba
treea8757d14c86e298b4a5353346a84f82337f418ef
parent1021047151a1287bb0d5bb6ea76f88133967296d
Fix crash in ap_mpm_pod_check call caused by NULL dereference of its parameter
when starting httpd as single process (httpd -X).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711479 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/event/event.c
server/mpm/prefork/prefork.c
server/mpm/worker/worker.c