]> git.ipfire.org Git - thirdparty/squid.git/commit
eventAdd, eventRun, et al. now check cbdata before making a callback.
authorwessels <>
Wed, 13 May 1998 02:16:32 +0000 (02:16 +0000)
committerwessels <>
Wed, 13 May 1998 02:16:32 +0000 (02:16 +0000)
commitd90c79eeb12b526e5f45da7cd4a45b3c60f0ce75
treea8b8994685b7d4121ce596e48f75dcc867a6911d
parent0e7b6b06931046306671dde9d9afec4d800d5b9f
eventAdd, eventRun, et al. now check cbdata before making a callback.
If the 'arg' pointer becomes invalid, then the event is NOT run.
Events with NULL 'arg's are always run.
src/cbdata.cc
src/enums.h
src/event.cc
src/mem.cc
src/store_digest.cc