mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix contrib/aaaa-filter-iterator.patch for change in call
signature for cache_fill_missing.
This commit is contained in:
parent
bd1813b126
commit
e0c93e300b
2 changed files with 3 additions and 1 deletions
|
|
@ -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 */
|
||||||
+ }
|
+ }
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue