]> 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)
commitd9e9c7de3be5981874281d8706ae431bc0e1cbd8
tree6cc9e906ff8e8008c112bafaddb1a473f244beea
parent247125eecb6cdcae27085d8e0384054bfeeb320e
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