]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Avoid segfault if url->hostname is NULL and filter->hostname is "*" or ".".
authorStefan Fritsch <sf@apache.org>
Sun, 18 Dec 2011 17:38:24 +0000 (17:38 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 18 Dec 2011 17:38:24 +0000 (17:38 +0000)
commit25c3f9a76b77ef25ad2f3cfc13d3355886476a71
tree911ac09eb0de2de793f5ecf3e64902e8bacd82b1
parentadb246e7a0daa67870605ef45db3cc43734b60aa
Avoid segfault if url->hostname is NULL and filter->hostname is "*" or ".".
Found by clang.

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