]> granicus.if.org Git - apache/commit
Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make ap_pregcomp()
authorStefan Fritsch <sf@apache.org>
Sun, 27 May 2012 21:40:00 +0000 (21:40 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 27 May 2012 21:40:00 +0000 (21:40 +0000)
commita1b0be3dcba63937b705887299959ab83975eb75
tree6d63beb9720a16f88c689d1f0c1a3081d7d68983
parentf25013b32d347d855378c92776625a320935084a
Make ap_regcomp() return AP_REG_ESPACE if out of memory.  Make ap_pregcomp()
abort if out of memory.

This raises the minimum PCRE requirement to version 6.0, released in 2005.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1343109 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
configure.in
server/util.c
server/util_pcre.c