]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: wessels
authorhno <>
Fri, 31 Aug 2007 01:26:10 +0000 (01:26 +0000)
committerhno <>
Fri, 31 Aug 2007 01:26:10 +0000 (01:26 +0000)
commit7fef2365b39785c15abf22fc5b39966cd571f972
tree5c5742e1f403782aa72eabb477ee421c64fa97a6
parent86f6a21fe37a522a3e8b43d09f3241e74bdb600f
Author: wessels
Bug #1945: assertion failed: store_swapin.cc:47:  "e->mem_status == NOT_IN_MEMORY"

There seems to be a race condition which may leave small objects (<4KB) in an
inconsistent internal state where Squid thinks the object is kept in memory
but part of it has been freed..

This patch closes this race condition.
src/store.cc