]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* core: Limit ap_pregsub() to 64MB, add ap_pregsub_ex() for longer strings.
authorEric Covener <covener@apache.org>
Thu, 27 Jun 2013 16:29:37 +0000 (16:29 +0000)
committerEric Covener <covener@apache.org>
Thu, 27 Jun 2013 16:29:37 +0000 (16:29 +0000)
commit76a6802321b6035e974fa0a60c696b847ffc0299
treeef1f8a9b943241c2e4e389c2965d65554314021f
parent32d35de1187fe2464ac6eb55d6bf8e6d96fc11a7
  * core: Limit ap_pregsub() to 64MB, add ap_pregsub_ex() for longer strings.
    The default limit can be adjusted at compile time using AP_PREGSUB_MAXLEN.
    mod_setenvif: Log error on substitution overflow.

Submitted by: trawick
Reviewed by: trawic, wrowe, covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1497429 13f79535-47bb-0310-9956-ffa450edef68
STATUS
include/ap_mmn.h
include/httpd.h
modules/metadata/mod_setenvif.c
server/util.c