]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
What's left can exceed size_t
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 19 Dec 2007 03:09:34 +0000 (03:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 19 Dec 2007 03:09:34 +0000 (03:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@605400 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_filters.c

index 8090956be70122c3ac0a253119c4ad6bd9c65575..4f433406596fe8c0b5a3ba52c9220c08fc2d1d46 100644 (file)
@@ -1175,7 +1175,7 @@ AP_DECLARE(int) ap_discard_request_body(request_rec *r)
     apr_bucket *e;
     int rv, seen_eos;
     core_dir_conf *dconf;
-    apr_size_t left = 0;
+    apr_off_t left = 0;
 
     /* Sometimes we'll get in a state where the input handling has
      * detected an error where we want to drop the connection, so if