From e0c93e300b442552cf160afdda53289be16c6437 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 11 Oct 2024 11:42:30 +0200 Subject: [PATCH] - Fix contrib/aaaa-filter-iterator.patch for change in call signature for cache_fill_missing. --- contrib/aaaa-filter-iterator.patch | 2 +- doc/Changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.2