]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Bail on computing the amount of bytes in a brigade if any of the buckets
authorBill Stoddard <stoddard@apache.org>
Mon, 4 Mar 2002 17:13:08 +0000 (17:13 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 4 Mar 2002 17:13:08 +0000 (17:13 +0000)
commit2272922051b3f1525ea9e211ce5bfe217a33f868
tree6afcb196f9135915a21205ce5865a19cc68c268d
parent87ffde00fc4fe7e6b24626b556a847067cc19716
Bail on computing the amount of bytes in a brigade if any of the buckets
have indeterminate length (e.g., a pipe bucket). Passing an invalid length
into mod_mem_cache can cause it to overflow its cache buffer.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93698 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/mod_cache.c