]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
badly encoded urls could cause a null byte skipping (read buffer overflow).
authorAndré Malo <nd@apache.org>
Sun, 4 Jul 2004 22:39:06 +0000 (22:39 +0000)
committerAndré Malo <nd@apache.org>
Sun, 4 Jul 2004 22:39:06 +0000 (22:39 +0000)
commitc3ddf34b96a748aadd8dfa81c30801e6396f9774
treecb6514f36eaf19c8f6bfbfa47e07464b2bf63e8a
parent2cd26158d383494a9e297567cd106721c75d9a1f
badly encoded urls could cause a null byte skipping (read buffer overflow).
(e.g. % as last character).
avoid that.

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