mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 19:41:04 -05:00
Sometimes, the dig_lookup_t could be destroyed before the final send_done() callback was be called, leading to dereferencing an already freed dig_lookup_t object. By making the dig_lookup_t reference counted, we are ensuring that it won't be freed until the last reference (from dig_query_t .lookup) is released. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| pkcs11 | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| win32/BINDInstall | ||
| Makefile.am | ||