]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix rare assertion failure when shutting down incoming transfer
authorOndřej Surý <ondrej@isc.org>
Wed, 21 Aug 2024 11:56:10 +0000 (11:56 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 21 Aug 2024 11:56:10 +0000 (11:56 +0000)
commit14d2040934ef833eac41c261548df3b843d774e9
tree5db97d094a3d378cc4180eb2351c1d743b6fdd72
parentcf53eac46e9df0681165e5fdcdd7d1c6cb4dfff7
parent3bca3cb5cfcc19561ff49f87b03a9b6e4f2320c6
fix: usr: Fix rare assertion failure when shutting down incoming transfer

A very rare assertion failure can be triggered when the incoming transfer is either forcefully shut down or it is finished during printing the details about the statistics channel.  This has been fixed.

Closes #4860

Merge branch '4860-destroy-xfrin-timers-on-the-loop' into 'main'

Closes #4860

See merge request isc-projects/bind9!9336