]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a problem in get_path_info() which would allow a very long URL with
authorRandy Terbush <randy@apache.org>
Sun, 12 Jan 1997 00:40:17 +0000 (00:40 +0000)
committerRandy Terbush <randy@apache.org>
Sun, 12 Jan 1997 00:40:17 +0000 (00:40 +0000)
commitca080291b4bfed3abb3b6063bd9b842e78d65dd0
tree43bf39009d72a89891f6416e4ac7da2021278b3f
parenta831b1d8f3b1d1b94bcc59f63ea1e99facf098e8
Fix a problem in get_path_info() which would allow a very long URL with
many '/' characters to convince the server to return an index for the
DocumentRoot. Properly check errno for stat().
Reviewed by: Randy Terbush, Ben Laurie
Submitted by: Marc Slemko

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@77418 13f79535-47bb-0310-9956-ffa450edef68
RELEASE_1_1_X/src/main/http_request.c