]> granicus.if.org Git - apache/commit
Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.
authorStefan Fritsch <sf@apache.org>
Thu, 27 Oct 2011 20:15:36 +0000 (20:15 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 27 Oct 2011 20:15:36 +0000 (20:15 +0000)
commit308d06fd8dffbd0ce8670d1e82fa6ba23d33b493
tree26ae90ac5acbf396c106605677822613a8d813e0
parent47da694df03a3f99b34255db7af661413125d030
Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.
Use apr_pregsub_ex() and maxlen = 0 for unlimited in mod_substitute.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1189985 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h
include/util_varbuf.h
modules/filters/mod_substitute.c
server/util.c