]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Proposals
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 22 Feb 2014 21:42:17 +0000 (21:42 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 22 Feb 2014 21:42:17 +0000 (21:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1570930 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ebb0e520a644e03a6ecc308fcd2e06be4bb36c71..ad9eeb487e7a36097067529dcc419595c7dc851b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -127,6 +127,30 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       http://people.apache.org/~rpluem/patches/mod_proxy_http_50335.2.2.x.diff
    +1: rpluem, jorton, 
 
+  * back port some bugfix that have already been included in 2.4.x. CHANGES has
+    been upgraded with the corresponding entries.
+   - Correct typo in error message
+   - Unlikely potential memory leak. PR 54936
+   - Remove <Proxy ~ wildcard-url> syntax which:
+      - is equivalent to <ProxyMatch wildcard-url>
+      - has never been documented
+      - incorrectly checks parameters (!cmd->path should be !cmd->path[0])
+      - is buggy (! is missing in front of strncasecmp)
+   - Avoid sending back uninitialized memory, use 'ftpmessage' in order to have
+     something meaningful instead.
+     Save 8k of stack by the same time.
+   - NULL terminate the right buffer
+   - mod_header: wrong string initialization (leading to segfault if format argument is missing)   
+     util_win32: duplicate sizeof (untested; Windows people, please review)
+   trunk patch: http://svn.apache.org/viewvc?view=revision&revision=r1493330
+                http://svn.apache.org/viewvc?view=revision&revision=r1504276
+                http://svn.apache.org/viewvc?view=revision&revision=r1552227
+                http://svn.apache.org/viewvc?view=revision&revision=r1551714
+                http://svn.apache.org/viewvc?view=revision&revision=r1490994
+                http://svn.apache.org/viewvc?view=revision&revision=r1172732
+    2.2.x patch: http://people.apache.org/~jailletc36/patch_2.2.diff
+    +1: jailletc36
+
 PATCHES/ISSUES THAT ARE STALLED
 
   * mod_cache: Realign the cache_quick_handler() to behave identically