Files
bind9/lib/dns
Andreas Gustafsson 8bbc3795bf RT #133: fixed two separate bugs, each of which would cause a bus
error during shutdown of a busy caching server (specifically, one
making many outgoing TCP connections).

Bug 1: resquery_destroy() accessed query->fctx->res->mctx, even though
query->fctx could already be destroyed at this point.

Bug 2: resquery_connected() called fctx_done(query->fctx, result)
immediately after fctx_cancelquery(), which could destroy *query.

Also added some explanatory comments.
2000-06-16 01:16:39 +00:00
..
2000-06-07 22:02:22 +00:00
2000-06-01 18:26:56 +00:00
2000-06-06 22:01:49 +00:00
2000-05-30 22:29:28 +00:00
2000-06-06 17:43:21 +00:00
2000-06-06 23:44:13 +00:00
2000-05-25 22:10:29 +00:00
2000-06-01 18:26:56 +00:00
2000-06-09 06:16:21 +00:00