From: Yann Ylavic Date: Tue, 24 May 2022 08:56:14 +0000 (+0000) Subject: Backported in r1901196 [skip ci] X-Git-Tag: 2.4.54-rc1-candidate~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f0d557be6a91c83c30f2b0b5771c2a55e60b76;p=thirdparty%2Fapache%2Fhttpd.git Backported in r1901196 [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901197 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 526d89a85a8..6d04c3b472f 100644 --- a/STATUS +++ b/STATUS @@ -148,15 +148,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - *) core: make ap_escape_quotes() work correctly on strings - with more than MAX_INT/2 characters, counting quotes double. - trunk patch: https://svn.apache.org/r1899609 - https://svn.apache.org/r1899905 - 2.4.x patch: svn merge -c 1899609,1899905 ^/httpd/httpd/trunk . - +1: icing, rpluem, ylavic - ylavic: I think "extra" should be an apr_size_t. - icing: added r1899905 with the proposed changes and assertions. - *) mpm_event: Fix accounting of active/total processes on ungraceful restart. PR 66004 trunk patches: https://svn.apache.org/r1899777 https://svn.apache.org/r1899786