Files
bind9/lib/dns
Evan Hunt b6815de316 Fix QP chain on partial match
When searching for a requested name in dns_qp_lookup(), we may add
a leaf node to the QP chain, then subsequently determine that the
branch we were on was a dead end. When that happens, the chain can be
left holding a pointer to a node that is *not* an ancestor of the
requested name.

We correct for this by unwinding any chain links with an offset
value greater or equal to that of the node we found.
2024-05-14 12:58:46 -07:00
..
2024-04-30 12:50:01 -07:00
2024-03-08 15:36:56 -08:00
2024-02-14 13:24:56 +01:00
2024-03-08 15:36:56 -08:00
2024-01-25 15:37:40 +01:00
2024-02-14 13:24:56 +01:00
2024-02-08 08:01:58 +01:00
2024-03-08 15:36:56 -08:00
2024-05-07 10:01:12 +10:00
2024-02-14 13:24:56 +01:00
2024-04-30 12:50:01 -07:00
2024-04-02 10:35:56 +02:00
2024-05-14 12:58:46 -07:00
2024-03-08 15:36:56 -08:00
2024-04-30 12:50:01 -07:00
2024-03-06 09:57:24 +01:00
2024-04-10 22:51:07 -04:00
2024-04-23 13:11:52 +02:00
2024-04-10 22:51:07 -04:00
2024-01-25 14:48:07 +01:00
2024-04-30 12:50:01 -07:00