]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1934594, r1934597 from trunk:
authorJoe Orton <jorton@apache.org>
Tue, 2 Jun 2026 13:55:21 +0000 (13:55 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 2 Jun 2026 13:55:21 +0000 (13:55 +0000)
commitdc5bf17873fccbed6a2d78fd00de80c34afb505a
treef315d99620dda972e1de44e16cb77b8721007f22
parent4b51444e861e048461523a73ed4c562c066a7d5e
Merge r1934594, r1934597 from trunk:

memchr() takes a char * as a first parameter, and 'buf' is a const char *.

This breaks build process at least with gcc 16.1.1 and maintainer-mode enabled.

Without maintainer-mode, only a warning is generated.

strchr() takes a char * as a first parameter, and in the cases a const char * is passed.

This breaks build process at least with gcc 16.1.1 and maintainer-mode enabled.

Without maintainer-mode, only a warning is generated.

Submitted by: jailletc36
Reviewed by: jailletc36, jim, jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934885 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/sed1.c
support/ab.c
support/rotatelogs.c