]> granicus.if.org Git - apache/commit
Limit length of lines in .htaccess to 8K again, to reduce DoS potential.
authorStefan Fritsch <sf@apache.org>
Mon, 12 Dec 2011 17:50:33 +0000 (17:50 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 12 Dec 2011 17:50:33 +0000 (17:50 +0000)
commit91ce790cd3bda7b225671340c6637d345b688e74
treefc63446ea3bf78a4f2b3b12d1e4c7d6428c7127e
parente0a5a7882ed8b09b9384de5f2b32acc1d1db0ad9
Limit length of lines in .htaccess to 8K again, to reduce DoS potential.

Make ap_varbuf_cfg_getline() strictly enforce the max_len parameter.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1213338 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/configuring.xml
include/http_config.h
include/util_varbuf.h
server/config.c
server/util.c