From: Joe Orton Date: Thu, 4 Jun 2026 08:47:19 +0000 (+0000) Subject: Merge r1934970 from trunk: X-Git-Tag: 2.4.68-rc1-candidate~14 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cb1f79c0ce66393c48657b19df754f16b79af543;p=thirdparty%2Fapache%2Fhttpd.git Merge r1934970 from trunk: * modules/filters/mod_xml2enc.c (fix_skipto): Fix accounting. Reviewed by: covener, jfclere, gbechis git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934971 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_xml2enc.c b/modules/filters/mod_xml2enc.c index eb05c183a0..20862bb24a 100644 --- a/modules/filters/mod_xml2enc.c +++ b/modules/filters/mod_xml2enc.c @@ -164,6 +164,7 @@ static void fix_skipto(request_rec* r, xml2ctx* ctx) apr_bucket_delete(b); } ctx->bytes -= (p-ctx->buf); + ctx->bblen -= (p-ctx->buf); ctx->buf = p ; found = 1; ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(01428)