]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fixed an error in ap_ssi_get_tag_and_value(). It was not placing the
authorCliff Woolley <jwoolley@apache.org>
Tue, 7 Aug 2001 08:02:42 +0000 (08:02 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 7 Aug 2001 08:02:42 +0000 (08:02 +0000)
commit7e9903172e8c40df89cbced859c9abd2d8549072
tree9bfee4b7060addf7820c2d6eea1d5d59728c1a74
parent5c1fdbd27d71456eaa99e9024e04b4441a18892c
Fixed an error in ap_ssi_get_tag_and_value().  It was not placing the
null terminator in the right spot for the tag_val if the value contained
backslashes.  This caused #if, #elif, and #else expressions with backslashes
to be incorrectly evaluated.

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