]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_sed: use size_t to allow for larger buffer sizes and unsigned arithmetics.
authorYann Ylavic <ylavic@apache.org>
Mon, 7 Mar 2022 14:52:42 +0000 (14:52 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 7 Mar 2022 14:52:42 +0000 (14:52 +0000)
commit943f57b336f264d77e5b780c82ab73daf3d14deb
tree15a55a0b7a90136f6d080ecbbb365f45b92308fa
parent1b96582269d9ec7c82ee0fea1f67934e4b8176ad
mod_sed: use size_t to allow for larger buffer sizes and unsigned arithmetics.

Let's switch to apr_size_t buffers and get rid of the ints.

Merge r1898690 from trunk.
Submitted by: rpluem
Reviewed by: rpluem, covener, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1898695 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/libsed.h
modules/filters/mod_sed.c
modules/filters/sed1.c