]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: nil: Fix dns_qpmulti_memusage() on empty dns_qpmulti_t instance
authorOndřej Surý <ondrej@isc.org>
Wed, 17 Sep 2025 13:29:53 +0000 (15:29 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 17 Sep 2025 13:29:53 +0000 (15:29 +0200)
The dns_qpmulti_memusage() causes assertion failure when called on
freshly created qpmulti instance because the qp->usage hasn't been
allocated yet.

Backport of MR !10977

Merge branch 'backport-ondrej/fix-qpmulti_memusage-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10982


Trivial merge