From: W.C.A. Wijngaards Date: Fri, 11 Oct 2024 09:42:30 +0000 (+0200) Subject: - Fix contrib/aaaa-filter-iterator.patch for change in call X-Git-Tag: release-1.22.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0c93e300b442552cf160afdda53289be16c6437;p=thirdparty%2Funbound.git - Fix contrib/aaaa-filter-iterator.patch for change in call signature for cache_fill_missing. --- diff --git a/contrib/aaaa-filter-iterator.patch b/contrib/aaaa-filter-iterator.patch index cb6dabc44..b0c2b2198 100644 --- a/contrib/aaaa-filter-iterator.patch +++ b/contrib/aaaa-filter-iterator.patch @@ -236,7 +236,7 @@ index 54006940..768fe202 100644 + /* see if the failure did get (parent-lame) info */ + if(!cache_fill_missing(super->env, + super_iq->qchase.qclass, super->region, -+ super_iq->dp)) ++ super_iq->dp, 0)) + log_err("ASN-AAAA-filter: out of memory adding missing"); + dpns->resolved = 1; /* mark as failed */ + } diff --git a/doc/Changelog b/doc/Changelog index eb1525670..3c1cd047d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -2,6 +2,8 @@ - Fix to disable detection of quic configured ports when quic is not compiled in. - Fix harden-unverified-glue for AAAA cache_fill_missing lookups. + - Fix contrib/aaaa-filter-iterator.patch for change in call + signature for cache_fill_missing. 10 October 2024: Wouter - Fix cookie_file test sporadic fails for time change during