aboutsummaryrefslogtreecommitdiff
path: root/httpd/patterns.h
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2015-06-23 11:01:51 +0200
committerReyk Floeter <reyk@esdenera.com>2015-06-23 11:01:51 +0200
commit27068d85acf018899883abbeb23abcefe48ded1f (patch)
tree71079f7b74823661e3e7e36c291effa7d0b37eab /httpd/patterns.h
parentca5a2bf34a994373a6976865d4f112b8085b8ae8 (diff)
parentcb9aff69125a32fd4327cce7079eb18273356d92 (diff)
downloadhttpd-27068d85acf018899883abbeb23abcefe48ded1f.tar.gz
httpd-27068d85acf018899883abbeb23abcefe48ded1f.zip
Merge commit 'cb9aff69125a32fd4327cce7079eb18273356d92' into patterns
Diffstat (limited to 'httpd/patterns.h')
-rw-r--r--httpd/patterns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd/patterns.h b/httpd/patterns.h
index ddda0dd..28b0f95 100644
--- a/httpd/patterns.h
+++ b/httpd/patterns.h
@@ -23,7 +23,7 @@
#define PATTERNS_H
#define MAXCAPTURES 32 /* Max no. of allowed captures in pattern */
-#define MAXCCALLS 200 /* Max recusion depth in pattern matching */
+#define MAXCCALLS 5000 /* Max recusion depth in pattern matching */
struct str_find {
off_t sm_so; /* start offset of match */