]> granicus.if.org Git - apache/commit
prevent possible segv in ssl_init_CheckServers if s->addrs is NULL.
authorDoug MacEachern <dougm@apache.org>
Fri, 17 May 2002 18:21:12 +0000 (18:21 +0000)
committerDoug MacEachern <dougm@apache.org>
Fri, 17 May 2002 18:21:12 +0000 (18:21 +0000)
commit874effaedf7bc9845a4906aab3c309e51a177847
tree6cc9e906ff8e8008c112bafaddb1a473f244beea
parent9ae3c24a48449864314bd1747c6649f1bac591da
prevent possible segv in ssl_init_CheckServers if s->addrs is NULL.
for example: <VirtualHost *:>, for which the core only spits out a warning:
 Name or service not known: Cannot resolve host name *: --- ignoring!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95158 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_init.c