]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Check to make sure that the file name is not NULL before passing it to the
authorBradley Nicholes <bnicholes@apache.org>
Tue, 30 Sep 2003 22:01:34 +0000 (22:01 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 30 Sep 2003 22:01:34 +0000 (22:01 +0000)
commitf3a7a2686d5d7f38e9ac04b8aac2b45a4a2b138d
treef5e6f47a118eab548ac068d58cac8705ff78313a
parent1a380679dc0d23bdc714fa58914c11ed29aeafda
Check to make sure that the file name is not NULL before passing it to the
strncmp() function.  At least on NetWare this prevents the strncmp() function
from faulting and also brings the code into sync with similar checks for a NULL
file name before calling strncmp() in other areas of this file.

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