- Fix contrib/aaaa-filter-iterator.patch for change in call

signature for cache_fill_missing.
This commit is contained in:
W.C.A. Wijngaards 2024-10-11 11:42:30 +02:00
parent bd1813b126
commit e0c93e300b
2 changed files with 3 additions and 1 deletions

View file

@ -236,7 +236,7 @@ index 54006940..768fe202 100644
+ /* see if the failure did get (parent-lame) info */ + /* see if the failure did get (parent-lame) info */
+ if(!cache_fill_missing(super->env, + if(!cache_fill_missing(super->env,
+ super_iq->qchase.qclass, super->region, + super_iq->qchase.qclass, super->region,
+ super_iq->dp)) + super_iq->dp, 0))
+ log_err("ASN-AAAA-filter: out of memory adding missing"); + log_err("ASN-AAAA-filter: out of memory adding missing");
+ dpns->resolved = 1; /* mark as failed */ + dpns->resolved = 1; /* mark as failed */
+ } + }

View file

@ -2,6 +2,8 @@
- Fix to disable detection of quic configured ports when quic is - Fix to disable detection of quic configured ports when quic is
not compiled in. not compiled in.
- Fix harden-unverified-glue for AAAA cache_fill_missing lookups. - 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 10 October 2024: Wouter
- Fix cookie_file test sporadic fails for time change during - Fix cookie_file test sporadic fails for time change during