From: Christophe Jaillet Date: Sat, 22 Feb 2014 21:42:17 +0000 (+0000) Subject: Proposals X-Git-Tag: 2.2.27~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=058c2dfcd04f3911840f91379a6f17306b9fd057;p=thirdparty%2Fapache%2Fhttpd.git Proposals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1570930 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ebb0e520a64..ad9eeb487e7 100644 --- 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 syntax which: + - is equivalent to + - 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