From: Ondřej Surý Date: Tue, 26 Aug 2025 07:40:53 +0000 (+0200) Subject: fix: dev: Allow negative RRSIGs in the qpcache again X-Git-Tag: v9.21.12~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11bbef0eece8aa24ae20aac1b0f9aa544f7aea92;p=thirdparty%2Fbind9.git fix: dev: Allow negative RRSIGs in the qpcache again The previous refactoring added an assertion failure when negative RRSIG would be added to the cache database. As result, any query for RRSIG in any unsigned zone would trigger that assertion failure. Allow the negative RRSIG entries to be stored in the cache database again as not caching these would trigger new remote fetch every time such query would be received from a client. Closes #5489 Merge branch '5489-allow-negative-RRSIGs-in-qpcache' into 'main' See merge request isc-projects/bind9!10876 --- 11bbef0eece8aa24ae20aac1b0f9aa544f7aea92