bind9/bin/dig
Mukund Sivaraman 2d33a22970 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)
2014-12-03 16:33:43 +05:30
..
include/dig 3917. [bug] dig, nslookup and host now continue on names that are 2014-08-21 18:06:46 +10:00
win32 3738. [bug] --enable-openssl-hash failed to build. [RT #35343] 2014-02-13 15:09:08 +11:00
.gitignore [v9_10] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:44 -07:00
dig.1 regen v9_10 2014-10-21 01:08:54 +00:00
dig.c update copyright notice 2014-08-22 23:45:56 +00:00
dig.docbook 3985. [doc] Describe how +ndots and +search interact in dig. 2014-10-21 08:06:46 +11:00
dig.html regen v9_10 2014-10-21 01:08:54 +00:00
dighost.c Fix a dig segfault due to bad linked list usage [RT #37591] 2014-12-03 16:33:43 +05:30
host.1 regen v9_10 2014-05-15 04:01:35 +00:00
host.c 3972. [bug] Fix host's usage statement. [RT #37397] 2014-10-07 01:10:05 +11:00
host.docbook [master] add "version" options to host/nslookup/nsupdate 2014-03-03 09:08:04 -08:00
host.html regen v9_10 2014-09-05 01:09:53 +00:00
Makefile.in [v9_10] register pkcs11 error codes in dig 2014-08-22 10:41:43 -07:00
nslookup.1 regen master 2014-03-04 01:05:04 +00:00
nslookup.c update copyright notice 2014-03-03 23:47:11 +00:00
nslookup.docbook [master] revert the "version" interactive command from nslookup 2014-03-03 10:05:55 -08:00
nslookup.html regen v9_10 2014-09-05 01:09:53 +00:00