]> 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:47:37 +0000 (11:47 +1000)
commita7da8f84caabb975ac0e21ca3c0816bca81413e5
tree4006d3b06b6f8aa260beca8932aa5d0dc0f944a7
parent1446e11985f5292ed4e64e385c73e8de2a8b37ee
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