]> git.ipfire.org Git - thirdparty/squid.git/commit
Comm job callbacks need job's cbdata pointer, not a job pointer.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 2 Feb 2014 02:47:05 +0000 (19:47 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Feb 2014 02:47:05 +0000 (19:47 -0700)
commitfa9b122ecf747348a4edbc02f4d38479faa6744e
tree94e659d034863ebca72bd63b61312e8b98f83f8d
parent36ec192482c781a729856562173f79665c65dba3
Comm job callbacks need job's cbdata pointer, not a job pointer.

Otherwise, in complex inheritance hierarchies, some [inner] classes will
hit cbdata cookie assertions when scheduling Comm calls with callbacks.
src/CommCalls.h