]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
handle_if() and handle_elif() were now correctly checking return codes,
authorCliff Woolley <jwoolley@apache.org>
Thu, 21 Mar 2002 16:48:46 +0000 (16:48 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 21 Mar 2002 16:48:46 +0000 (16:48 +0000)
commit8a5fe470970487b91e1477b6d0cf1f1de7e38a18
tree4d0d0b5e7557f1662d6702c49a46c76fa143411d
parent3ee1c525f677f5cb27d1ee8f711d4f83f78120c6
handle_if() and handle_elif() were now correctly checking return codes,
but send_parsed_content() was ignoring THEIR return codes, resulting in
another segfault in a related set of circumstances.  In all cases we
should consider ret!=0 from any of the handle_foo() functions to mean
premature EOF was encountered.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94097 13f79535-47bb-0310-9956-ffa450edef68
src/modules/standard/mod_include.c