]> granicus.if.org Git - apache/commitdiff
OPTIONS request crashed server, this fixes it
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 21 Dec 2000 21:09:56 +0000 (21:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 21 Dec 2000 21:09:56 +0000 (21:09 +0000)
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

modules/http/http_protocol.c

index 594559b1338a3157d4a2b95f3946c83942ff5cc9..fdf2ed99323207d9fd28e4f723ae77455b946a38 100644 (file)
@@ -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)