]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy_html: don't depend on NUL terminated bucket data.
authorYann Ylavic <ylavic@apache.org>
Wed, 3 Jan 2018 13:40:26 +0000 (13:40 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 3 Jan 2018 13:40:26 +0000 (13:40 +0000)
commit2e8b662a0a56f726caab1c47c2b85a692094d534
tree55eea2d0d5fbb56b59e01a776643c86d5b6cb5a0
parent538144cb4fbe448f77936aa474c58a2b04e93948
mod_proxy_html: don't depend on NUL terminated bucket data.

ap_regexec() wants NUL terminated strings, so use ap_regexec_len() instead.

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