]> git.ipfire.org Git - thirdparty/squid.git/commit
Wrap the memset() just before the msgrcv() in #ifdef ALWAYS_ZERO_BUFFERS.
authoradrian <>
Mon, 28 Oct 2002 15:53:37 +0000 (15:53 +0000)
committeradrian <>
Mon, 28 Oct 2002 15:53:37 +0000 (15:53 +0000)
commita3d2e4c021a5a8dcf17cd4ae90ef58e5db0f80b5
tree783645df98cbc6d3aadff6968fd491d6461dc0b6
parenta48a31d5bd2bec583e9c29248d567226baf311aa
Wrap the memset() just before the msgrcv() in #ifdef ALWAYS_ZERO_BUFFERS.
There's no real point in zeroing the buffer just before we read and then
verify the message is the right length - unless we're debugging.
src/fs/diskd/store_dir_diskd.cc