]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: usr: prevent rare named crash when notifies are cancelled
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 10:04:06 +0000 (12:04 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 10:04:06 +0000 (12:04 +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

Backport of MR !11918

Merge branch 'backport-5915-ratelimiter-dequeue-tick-uaf-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11922


Trivial merge