]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Mon, 17 Apr 2000 03:59:45 +0000 (03:59 +0000)
committerwessels <>
Mon, 17 Apr 2000 03:59:45 +0000 (03:59 +0000)
commit25b0856c1c1fdc67cc04357ff4d8fb4c5723f2d8
tree19f82cc136bc1467d3fcf73ce8a9a118aa44a90c
parent54943f22c565b30742f9f59a3f99c32262a7f143
DW:
 - Fix possible memory access bug.  Before the change we would always
   copy 4096 bytes from 'headers' to 'buf'.  Not only was it wasteful,
   but it accessed uninitialized memory.
src/HttpReply.cc