]> granicus.if.org Git - apache/commit
Do proper length checks in the expression scanner. This allows to remove the
authorStefan Fritsch <sf@apache.org>
Sat, 13 Aug 2011 09:59:43 +0000 (09:59 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 13 Aug 2011 09:59:43 +0000 (09:59 +0000)
commit8281a318cfa1f8a88960beae2ea3b37400f461aa
tree3062e424efe517ed8b891e87331228cc56dc0697
parent17dcad4b5a80a5e9fcf8ecaf31f350058bc2528c
Do proper length checks in the expression scanner. This allows to remove the
8K length limit for expressions. Strings/Regexs in an expression are still
limited to 8K, though.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1157362 13f79535-47bb-0310-9956-ffa450edef68
server/util_expr_eval.c
server/util_expr_parse.y
server/util_expr_scan.l