Files
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
..
2014-10-21 01:12:23 +00:00
2014-08-22 23:46:15 +00:00
2014-10-21 01:12:23 +00:00
2014-05-15 04:05:36 +00:00
2014-09-05 01:14:12 +00:00
2014-03-05 01:17:29 +00:00
2014-03-03 23:46:30 +00:00
2014-09-05 01:14:12 +00:00