Skip to content

Commit

Permalink
- Fix contrib/aaaa-filter-iterator.patch for change in call
Browse files Browse the repository at this point in the history
  signature for cache_fill_missing.
  • Loading branch information
wcawijngaards committed Oct 11, 2024
1 parent bd1813b commit e0c93e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/aaaa-filter-iterator.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
+ }
Expand Down
2 changes: 2 additions & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0c93e3

Please sign in to comment.