]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* server/mpm/event/event.c,
authorJoe Orton <jorton@apache.org>
Mon, 17 May 2021 11:56:32 +0000 (11:56 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 17 May 2021 11:56:32 +0000 (11:56 +0000)
commit2d84124e5cbe14803bddf86201220c6f79b3c7a5
treee753314585904fed16fa12166b9594ae1e52a9e7
parent66744d073ee84555444db92e168e212d78231a3c
* server/mpm/event/event.c,
  server/mpm/simple/simple_run.c,
  support/htcacheclean.c: Adjust use of APR_RING macros to
  ensure the APR_RING_HEAD is always embedded in a containing
  structure, to avoid warnings with GCC 11.  (apr_ring.h also
  suggests this is best practice)

See also: https://bugzilla.redhat.com/show_bug.cgi?id=1957353
          https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98503
          msgid <814cca2a-1992-3fae-bb0e-c84b3d09b73b@gmail.com>
Github: closes #186

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1889957 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/event/event.c
server/mpm/simple/simple_run.c
support/htcacheclean.c