]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Prevent a crash when using both dns64 and filter-aaaa
authorOndřej Surý <ondrej@isc.org>
Wed, 6 May 2026 04:46:42 +0000 (06:46 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 6 May 2026 04:46:42 +0000 (06:46 +0200)
An assertion failure could be triggered if both `dns64` and the `filter-aaaa` plugin were in use simultaneously. This happened if the plugin triggered a second recursion process, which then attempted to store DNS64 state information in a pointer that had already been set by the original recursion process. This has been fixed.

Closes #5854

Merge branch '5854-dns64-aaaaok' into 'main'

See merge request isc-projects/bind9!11949


Trivial merge