]> granicus.if.org Git - apache/commit
Fixes for three problems in mod_include:
authorBrian Pane <brianp@apache.org>
Fri, 29 Mar 2002 02:14:45 +0000 (02:14 +0000)
committerBrian Pane <brianp@apache.org>
Fri, 29 Mar 2002 02:14:45 +0000 (02:14 +0000)
commitb347617813fe9abc8ac59c0475b98f8b590574fe
tree1a7f1a589588bf5b196ca5d1a8662d0a7868e644
parentc85866ce9d18968996d71862c48dd069f67c3fbe
Fixes for three problems in mod_include:
  * The ctx->tag_length computation in find_end_sequence() was a bit
    broken in cases where there was a "false alarm" match on a partial
    "-->"
  * The ap_ssi_get_tag_and_value() function needs to avoid walking off
    the end of the string.  After debugging this some more, I ended up
    using Cliff's original patch.
  * Infinite loop in is_only_below()

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