From: Evan Hunt Date: Mon, 18 Aug 2025 21:08:22 +0000 (+0000) Subject: fix: dev: Disassociate added rdataset on error in cache_rrset() X-Git-Tag: v9.21.12~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=018ff7b294f99992d5336664be17441d6708381c;p=thirdparty%2Fbind9.git fix: dev: Disassociate added rdataset on error in cache_rrset() When first dns_db_addrdataset() succeeds in cache_rrset(), but the second one fails with error, the added rdataset was kept associated. This caused assertion failure down the pipe in fctx_sendevents(). Merge branch 'ondrej/disassociate-added-on-error-in-cache_rrset' into 'main' See merge request isc-projects/bind9!10861 --- 018ff7b294f99992d5336664be17441d6708381c