Files
bind9/lib/ns
Mark Andrews ea443fa9ba 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_respond() so that it handles this case properly.
qctx->rdataset is freed later anyway, so there is no need to clean it up
in query_respond().
2021-04-29 11:12:38 +02:00
..
2021-04-02 13:27:43 +02:00
2017-12-29 01:44:18 +00:00
2021-04-29 11:12:38 +02:00
2021-04-29 17:44:46 +10:00