+5913. [bug] Fix a race between resolver query timeout and
+ validation in resolver.c:validated(). Remove
+ resolver.c:maybe_destroy() as it is no loger needed.
+ [GL #3398]
+
5909. [bug] The server-side destination port was missing from dnstap
captures of client traffic. [GL #3309]
- Fix the assertion failure caused by TCP connection closing between the
connect (or accept) and the read from the socket. :gl:`#3400`
+
+- ``named`` could crash during a very rare situation that could arise when
+ validating a query which had timed out at that same exact moment. This has
+ been fixed. :gl:`#3398`