]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit7dde68fc5f39a42cae5fd3defe9dae32e4babe51
tree6d63beb9720a16f88c689d1f0c1a3081d7d68983
parentb59633905d0f2d56f380942e790e1372dfac9c9d
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