> rbb         01/07/22 16:00:52
> 
>   Index: mod_include.c
>   ===================================================================
>   RCS file: /home/cvs/httpd-2.0/modules/filters/mod_include.c,v
>   retrieving revision 1.111
>   retrieving revision 1.112
>   diff -u -r1.111 -r1.112
>   --- mod_include.c 2001/06/13 13:44:36 1.111
>   +++ mod_include.c 2001/07/22 23:00:52 1.112
>   @@ -914,7 +914,7 @@
>                        tmp_buck = apr_bucket_heap_create(echo_text, e_len, 1, 
>&e_wrt);
>                    }
>                    else {
>   -                    tmp_buck = apr_bucket_immortal_create("(none)", 
>sizeof("none"));
>   +                    tmp_buck = apr_bucket_immortal_create("(none)", 
>sizeof("(none)"));

Do you mean to add the trailing \0 to the bucket?

Reply via email to