From: Yann Ylavic Date: Tue, 7 Sep 2021 02:01:46 +0000 (+0000) Subject: Update mod_unique_id proposal [skip ci]. X-Git-Tag: candidate-2.4.49-rc1~3^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8114beb395e54edadb9ac5b307ac7f57f5ba9797;p=thirdparty%2Fapache%2Fhttpd.git Update mod_unique_id proposal [skip ci]. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893005 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b673f441bfd..252af553378 100644 --- a/STATUS +++ b/STATUS @@ -194,10 +194,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: rpluem, ylavic *) mod_unique_id: Earlier request_time initialization in read_request_line(), - plus yet a shorter race condition on the counter. + plus use of an atomic counter to close the race condition. trunk patch: http://svn.apache.org/r1893001 http://svn.apache.org/r1893002 - 2.4.x patch: svn merge -c 1893001,1893002 ^/httpd/httpd/trunk . + http://svn.apache.org/r1893004 + 2.4.x patch: svn merge -c 1893001,1893002,1893004 ^/httpd/httpd/trunk . Reusing CHANGES entry from r1892982. +1: ylavic,