From: Ruediger Pluem Date: Thu, 29 Nov 2007 20:14:17 +0000 (+0000) Subject: * Vote and remove obsolete comments X-Git-Tag: 2.2.7~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=158dff1b7f08afdf17808bcb4dcb918e47552c4a;p=thirdparty%2Fapache%2Fhttpd.git * Vote and remove obsolete comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599568 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index c7a8a70a7b4..4d79b441e8d 100644 --- a/STATUS +++ b/STATUS @@ -146,15 +146,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&revision=582652 http://svn.apache.org/viewvc?view=rev&revision=582631 http://svn.apache.org/viewvc?view=rev&revision=588806 - +1: niq 2.2.x: http://people.apache.org/~niq/16508.patch - rpluem says: Please merge this proposal with the one for PR 16518 - below as both contain the same revision to backport (r588806) - and this backport here has conflicts because it misses - r582631. BTW I am +1 on a backport that contains all revisons - (582630, 582652, 582631, 588806). - niq says: done + +1: niq, rpluem * server/protocol.c: Prevent 1-byte overflow on 8192 boundary in ap_vrprintf(). PR 43310