]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Nested DNS validation could cause assertion failure
authorOndřej Surý <ondrej@isc.org>
Wed, 2 Apr 2025 16:41:57 +0000 (16:41 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 2 Apr 2025 16:41:57 +0000 (16:41 +0000)
commitbc8799ee178b1b3550f7487c8dc920a9b6c8f814
treebb1a5ab2bb6576b8adaa4ea2e476b43170f5eef7
parentb407f9caa871be6d7324f20b3db40cc4cbd09c2e
parent2988ebae214846d6f8efa41d058aa34f7285a7dc
fix: usr: Nested DNS validation could cause assertion failure

When multiple nested DNS validations were destroyed out of order,
the EDE context could be freed before all EDE codes were copied,
which could cause an assertion failure. This has been fixed.

Closes #5213

Merge branch '5213-use-dns_ede_copy-in-dns_validator' into 'main'

See merge request isc-projects/bind9!10365