]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
memchr() takes a char * as a first parameter, and 'buf' is a const char *.
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 25 May 2026 15:51:50 +0000 (15:51 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 25 May 2026 15:51:50 +0000 (15:51 +0000)
commit37fab2924984eded5391fc84daaf9dc299af522d
treecb139d6c2eb92b9092e51d334a58ca259b748d39
parentdb3902fa6b3ba08d9f32d201008ed36753934e59
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934594 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/sed1.c