]> git.ipfire.org Git - thirdparty/bind9.git/commit
isc_ratelimiter needs to hold a reference to its task
authorMark Andrews <marka@isc.org>
Wed, 19 Aug 2020 08:45:38 +0000 (18:45 +1000)
committerMark Andrews <marka@isc.org>
Wed, 2 Sep 2020 01:39:36 +0000 (11:39 +1000)
commite460d83dbbab40cabc5e31882bcce6419c7be0b2
tree49dbb163ef0fbafd773916343ddd8497ff789842
parente7e5a2fa6beb38226553dfb48a063c680954eb24
isc_ratelimiter needs to hold a reference to its task

to prevent the task subsystem shutting down before the
ratelimiter is freed.

(cherry picked from commit b8e4b6d30325168bee19e1f05e286c5d3592c4ff)
lib/isc/ratelimiter.c