From: William A. Rowe Jr Date: Thu, 21 Dec 2000 21:09:56 +0000 (+0000) Subject: OPTIONS request crashed server, this fixes it X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72a1fee16cf99604fd6455eb91301c834b348ad2;p=apache OPTIONS request crashed server, this fixes it Submitted by: Joe Orton Reviewed by: W Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87504 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 594559b133..fdf2ed9932 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -2161,7 +2161,7 @@ int ap_send_http_options(request_rec *r) char *buff; ap_bucket *b; ap_bucket_brigade *bb; - apr_size_t len; + apr_size_t len = 0; header_struct h; if (r->assbackwards)