]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a problem parsing tags.
authorJeff Trawick <trawick@apache.org>
Fri, 17 Aug 2001 17:24:46 +0000 (17:24 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 17 Aug 2001 17:24:46 +0000 (17:24 +0000)
commitaa8de93129bc82f67c7bfbe27e695303516842f1
tree9f5062b713179ac22b82c7d7d2674d2a3e3085f5
parent55e27a232de1220737dd05b415f708704edb4b5a
Fix a problem parsing tags.

We're in find_end_sequence() walking over the directive and the rest
of the tag but we stop parsing so we don't walk over too much storage
(e.g., mmap) at once).  When we resume later, ctx->directive_length
has the value it had when we bailed out, so directive_length is wrong
and we hit errors like:

[Fri Aug 17 11:12:06 2001] [error] [client 127.0.0.1] unknown directiv
e "include virt" in parsed doc /home/trawick/apacheinst/htdocs/manual/
mod/mod_include.html

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