]> git.ipfire.org Git - thirdparty/bind9.git/commit
[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)
commit6c62e131cc516a1ee75dd979a10425d5a38be243
treef099d2a4df4f5353175ff854eccc881184369b15
parent1cbd8b8556b5f00d00e7a4d554af80eb11cbd6e3
parentf65c7b0c0275aa6d8f8dd93ff7ebf3406745f47d
[9.20] fix: nil: Fix dns_qpmulti_memusage() on empty dns_qpmulti_t instance

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