]> granicus.if.org Git - apache/commit
Stop the while loop from incrementing twice per iteration before checking for
authorBradley Nicholes <bnicholes@apache.org>
Fri, 29 Mar 2002 00:39:56 +0000 (00:39 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 29 Mar 2002 00:39:56 +0000 (00:39 +0000)
commit91c2758cad3970f3a43e3ce5b57b60be3865590b
tree11a213db886d44b14068b42ad36c2c596a71c680
parent36be44234cecce692d25a7153e2e17d0c96578f3
Stop the while loop from incrementing twice per iteration before checking for
the NULL terminator.  This was causing the while loop to walk off the end of any
string with an odd number of characters.

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