]> granicus.if.org Git - apache/commit
This patch fixes a core dump that occurs in mod_include during tag parsing
authorPaul J. Reder <rederpj@apache.org>
Thu, 4 Apr 2002 21:19:32 +0000 (21:19 +0000)
committerPaul J. Reder <rederpj@apache.org>
Thu, 4 Apr 2002 21:19:32 +0000 (21:19 +0000)
commit888e4f5fb8fd43ccbd2eed191716fc2df1f92542
treefa225a29e23c03396fdbc731a4c28a324a6c1de8
parentbe3b91ce1036c7137b6d5f5419a53cf614ccd981
This patch fixes a core dump that occurs in mod_include during tag parsing
if the starting sequence (<!--#) finishes at the end of a bucket and the
directive starts at the beginning of the next bucket.

There is still a bug in the handling of conditional directives that span
buckets, but the core dump is now fixed and the conditional bug should
be even rarer than the core dump was. I'm fixing the conditional bug
seperately.

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