]> git.ipfire.org Git - thirdparty/bind9.git/commit
pullup:
authorBrian Wellington <source@isc.org>
Fri, 13 Oct 2000 21:53:17 +0000 (21:53 +0000)
committerBrian Wellington <source@isc.org>
Fri, 13 Oct 2000 21:53:17 +0000 (21:53 +0000)
commit87df5ce642f2daff80c5e223a856a2faa3a3e88e
tree2e1a1c66eae90e57ef9ff771b6946fcd302e0990
parent703383b7e75701d7b6edfe045871b8401f0f9144
pullup:
 518.   [bug]           The resolver did not realize that a DNAME which was
                        "the answer" to the client's query was "the answer",
                        and such queries would fail. [RT #399]

 517.   [bug]           The resolver's DNAME code would trigger an assertion
                        if there was more than one DNAME in the chain.
                        [RT #399]

 516.   [bug]           Cache lookups which had a NULL node pointer, e.g.
                        those by dns_view_find(), and which would match a
                        DNAME, would trigger an INSIST(!search.need_cleanup)
                        assertion. [RT #399]
CHANGES
lib/dns/rbtdb.c
lib/dns/resolver.c