]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: prevent rare named crash when notifies are cancelled
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 08:16:46 +0000 (10:16 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 08:16:46 +0000 (10:16 +0200)
Under heavy load, named could occasionally crash when a queued
outbound notify or zone refresh was cancelled at the moment it
was being sent — for example, while a zone was being reloaded or
removed.  The race that caused the crash is now prevented.

Closes #5915

Merge branch '5915-ratelimiter-dequeue-tick-uaf' into 'main'

See merge request isc-projects/bind9!11918


Trivial merge