]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Tue, 10 Oct 2000 08:22:25 +0000 (08:22 +0000)
committerwessels <>
Tue, 10 Oct 2000 08:22:25 +0000 (08:22 +0000)
commit729dd65c7da6c691c55346ab44d03ca229200709
treedf8cab7bebf28b7a92cfb00ca56f0b5304a25d38
parente4cc2fdf469bd0753a74fb8b9f26baabf30d9a96
DW:
 - I get coredumps in free() with CommWriteStateCallbackAndFree sometime.
   Not sure if there is a bug here, but it seems like that code could
   lead to double-freeing the buffer.  This change makes it safer by
   NULL-ing the free_func before freeing the buffer.
src/comm.cc