mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 20:11:12 -05:00
When looking up a zonecut in cache, we use 'dns_rbt_findnode' to find the closest matching node. This function however does not take into account stale nodes. When we do find a stale node and use it, this has implications for subsequent lookups. For example, this may break QNAME minimization because we are using a deeper zonecut than we should have. Check the header for staleness and if so, and stale entries are not accepted, look for the deepest zonecut from this node up. |
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||