]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport:
authorAndré Malo <nd@apache.org>
Wed, 23 Jul 2003 20:28:29 +0000 (20:28 +0000)
committerAndré Malo <nd@apache.org>
Wed, 23 Jul 2003 20:28:29 +0000 (20:28 +0000)
commit93a5d4b12f38d830c63f54d886cadf52cb8a4061
tree39c2bf7e9904785b8bfb873a041f7ab48a79fca5
parent62995e7137b4273136c52b6aca9986c7fd6722c9
Backport:
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
Reviewed by:    Brian Pane

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