Files
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
..
2014-10-31 01:04:53 +00:00
2014-10-31 01:04:53 +00:00
2014-04-20 01:05:19 +00:00
2014-09-05 19:26:47 +00:00
2014-03-04 01:05:04 +00:00
2014-09-05 19:26:47 +00:00