Files
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
..
2014-10-21 01:08:54 +00:00
2014-08-22 23:45:56 +00:00
2014-10-21 01:08:54 +00:00
2014-05-15 04:01:35 +00:00
2014-09-05 01:09:53 +00:00
2014-03-04 01:05:04 +00:00
2014-03-03 23:47:11 +00:00
2014-09-05 01:09:53 +00:00