From: Christophe Jaillet Date: Mon, 2 Jun 2025 19:44:55 +0000 (+0000) Subject: Update comment :( X-Git-Tag: 2.4.64-rc1-candidate~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=540ecf89abe2639e9079bdc57a8d5b98f046f8c7;p=thirdparty%2Fapache%2Fhttpd.git Update comment :( git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1926068 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5efd084239..42eb3a1d70 100644 --- a/STATUS +++ b/STATUS @@ -254,9 +254,8 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/515.diff Can be applied via apply_backport_pr.sh 515 +1: rpluem, jorton, ylavic - jailletc36: Should the apr_palloc() in alloc_systemd_listener() - and ap_duplicate_listeners be apr_pcalloc() so that - all fields are 0? + jailletc36: Should the apr_palloc() in alloc_systemd_listener() be + apr_pcalloc() so that all fields are 0? make_sock() uses the 'flags' field that would be undefined otherwise.