You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/19 04:09:36 UTC

svn commit: r605400 - /httpd/httpd/trunk/modules/http/http_filters.c

Author: wrowe
Date: Tue Dec 18 19:09:34 2007
New Revision: 605400

URL: http://svn.apache.org/viewvc?rev=605400&view=rev
Log:
What's left can exceed size_t

Modified:
    httpd/httpd/trunk/modules/http/http_filters.c

Modified: httpd/httpd/trunk/modules/http/http_filters.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/http_filters.c?rev=605400&r1=605399&r2=605400&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http/http_filters.c (original)
+++ httpd/httpd/trunk/modules/http/http_filters.c Tue Dec 18 19:09:34 2007
@@ -1175,7 +1175,7 @@
     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