]> granicus.if.org Git - apache/commitdiff
Found a couple more trunk fixes that were "forgotten" to
authorJim Jagielski <jim@apache.org>
Thu, 15 Nov 2012 19:02:47 +0000 (19:02 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 15 Nov 2012 19:02:47 +0000 (19:02 +0000)
be backported...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1409931 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c571e4c281839adfc18430cb4e324f4ce59d1781..c85de82b639d878138907f252122ad9c666396c7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -226,6 +226,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        2.4.x patch: trunk patch applies
      +1: jorton, 
 
+   * core: 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.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1343109
+     2.4.x patch: trunk patch works
+     +1:
+
+   * util: make varbuf functions treat AP_VARBUF_UNKNOWN consistently
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1359884
+     2.4.x patch: trunk patch works
+     +1: 
+
 A list of further possible backports can be found at:
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
 If you want to propose one of those, please still add them here.