bind9/bin/dig
Mukund Sivaraman dde0acf74a Fix a dig segfault due to bad linked list usage [RT #37591]
The crash (#37591) seems to happen because the query is taken out of
lookup->q(query->link), and put on lookup->connecting(query->clink).
The code checks query->link where it is detached (-1 in next pointer).
However, there's no need to call send_tcp_connect() there as the queries
are already connecting at that point.

(cherry picked from commit c5e9423340)
(cherry picked from commit 2d33a22970)
2014-12-03 16:47:56 +05:30
..
include/dig 3917. [bug] dig, nslookup and host now continue on names that are 2014-08-21 18:09:27 +10:00
win32 3681. [port] Update the Windows build system to support feature 2013-12-04 13:48:45 +11:00
.gitignore [v9_9] update gitignore files; use rev-parse to get srcid 2014-06-17 14:02:05 -07:00
dig.1 regen v9_9 2014-10-21 01:12:23 +00:00
dig.c update copyright notice 2014-08-22 23:46:15 +00:00
dig.docbook 3985. [doc] Describe how +ndots and +search interact in dig. 2014-10-21 08:07:24 +11:00
dig.html regen v9_9 2014-10-21 01:12:23 +00:00
dighost.c Fix a dig segfault due to bad linked list usage [RT #37591] 2014-12-03 16:47:56 +05:30
host.1 regen v9_9 2014-05-15 04:05:36 +00:00
host.c 3972. [bug] Fix host's usage statement. [RT #37397] 2014-10-07 01:10:10 +11:00
host.docbook [v9_9] add "version" options to host/nslookup/nsupdate 2014-03-03 10:11:16 -08:00
host.html regen v9_9 2014-09-05 01:14:12 +00:00
Makefile.in [v9_9] fixed another readline link error 2013-02-15 10:15:30 -08:00
nslookup.1 regen v9_9 2014-03-05 01:17:29 +00:00
nslookup.c update copyright notice 2014-03-03 23:46:30 +00:00
nslookup.docbook [v9_9] add "version" options to host/nslookup/nsupdate 2014-03-03 10:11:16 -08:00
nslookup.html regen v9_9 2014-09-05 01:14:12 +00:00