]> 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:16:22 +0000 (14:16 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 7 Mar 2022 14:16:22 +0000 (14:16 +0000)
commit8926bb1dc47ea0fa7662c384b7e98adf3034072c
tree9283f3ca36cc81b6aa8738fae744afc8f642d805
parent3e561918fbd2a3e0b1dbc10e392d7c114d3fd64f
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.

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