bind9/bin/dig
Mukund Sivaraman c5e9423340 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.
2014-12-03 16:09:25 +05:30
..
include/dig 3994. [func] Dig now supports setting the last unassigned DNS 2014-10-31 10:16:00 +11:00
win32 3738. [bug] --enable-openssl-hash failed to build. [RT #35343] 2014-02-13 15:09:08 +11:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.1 regen master 2014-10-31 01:04:53 +00:00
dig.c 3994. [func] Dig now supports setting the last unassigned DNS 2014-10-31 10:16:00 +11:00
dig.docbook 3994. [func] Dig now supports setting the last unassigned DNS 2014-10-31 10:16:00 +11:00
dig.html regen master 2014-10-31 01:04:53 +00:00
dighost.c Fix a dig segfault due to bad linked list usage [RT #37591] 2014-12-03 16:09:25 +05:30
host.1 regen master 2014-04-20 01:05:19 +00:00
host.c 3972. [bug] Fix host's usage statement. [RT #37397] 2014-10-07 01:09:49 +11:00
host.docbook [master] host recognizes /etc/resolv.conf options 2014-04-17 17:04:51 -07:00
host.html regen master 2014-09-05 19:26:47 +00:00
Makefile.in [master] register pkcs11 error codes in dig 2014-08-22 10:40:43 -07:00
nslookup.1 regen master 2014-03-04 01:05:04 +00:00
nslookup.c [master] setup tsig in dig/host/nslookup 2014-04-18 07:27:50 -07:00
nslookup.docbook [master] revert the "version" interactive command from nslookup 2014-03-03 10:05:55 -08:00
nslookup.html regen master 2014-09-05 19:26:47 +00:00