flightaware/scotty

CNAME lookups broken.

Closed this issue · 1 comments

Commit ce2e532 broke DNS lookups that traverse a CNAME.

"For query_type=A that points to a CNAME you will get both a CNAME RR and 1+ A RRs and that test will bail out on the CNAME RR”

Response from Georg:

"The problem was a combination of the indicated lines 382-386 in tnmDns.c
and the part, where the CNAME RR is originally skipped.
In the new version it was instead added to the query_result.

"This is fixed, together with some other oddities in a commit I just made
to my scotty repository."