]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fixed a trio of mod include bugs. The first two were
authorCliff Woolley <jwoolley@apache.org>
Mon, 21 Jul 2003 23:47:33 +0000 (23:47 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 21 Jul 2003 23:47:33 +0000 (23:47 +0000)
commita475c32c53c8371bd2fe810d13a837733d0887b6
treefe224cfa2108a2f084cef8e05103682f861c510c
parentcdc491e6bd87886b7609d69445b0b7f4b1498256
Fixed a trio of mod include bugs.  The first two were
reported and investigated by Ron Park on dev@httpd in msgid
<161E04AB9955D54E826FD86360578554D27087@169.32.17.10.nat.cnet.com>;
the third was reported by Kevin Varley in PR 21095.

Bug 1:  An incorrect parameter to bndm() was causing start sequences
        that spanned buckets to drop characters.
Bug 2:  Failed conditional text spanning brigades would cause portions
        of the text that should have been removed to be present anyway.
Bug 3:  Dropped characters when the end sequence spanned an
        8000-byte boundary with MMAP off.

PR: 21095
Submitted by: Ron Park <ronald.park@cnet.com>, Andr� Malo, Cliff Woolley

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