Files
bind9/bin/named
Mark AndrewsandMichał Kępień dacfd3fb87 Handle DNAME lookup via itself
When answering a query, named should never attempt to add the same RRset
to the ANSWER section more than once.  However, such a situation may
arise when chasing DNAME records: one of the DNAME records placed in the
ANSWER section may turn out to be the final answer to a client query,
but there is no way to know that in advance.  Tweak the relevant INSIST
assertion in query_find() so that it handles this case properly.  The
rdataset is freed later anyway, so there is no need to clean it up
immediately.
2021-04-29 11:56:03 +02:00
..
2021-01-21 09:38:24 +01:00
2021-01-06 16:55:54 +01:00
2021-01-21 09:38:24 +01:00
2021-01-21 09:38:24 +01:00
2021-01-21 09:38:24 +01:00
2021-01-06 16:55:54 +01:00
2021-01-21 09:38:24 +01:00
2021-01-06 16:55:54 +01:00
2021-01-21 09:38:24 +01:00
2021-04-29 11:56:03 +02:00