]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #2164: assertion failed: stmem.cc:321: "candidate.offset >= 0"
authorhno <>
Tue, 8 Jan 2008 00:10:22 +0000 (00:10 +0000)
committerhno <>
Tue, 8 Jan 2008 00:10:22 +0000 (00:10 +0000)
commite4d72ba2d5e5160545ea36bdbeddfe307b79a2af
tree4889d2c05f846ce624db50583b29ee3c38891319
parent3a5a4930ab8b860e18c1657289a78092690a976a
Bug #2164: assertion failed: stmem.cc:321: "candidate.offset >= 0"

failed to handle responses >2GB properly unless compiled with 64-bit disk I/O.

this due to abuse of off_t where int64_t is intended.
src/ESIContext.h
src/Server.h