table if shut down while resolving.
[RT #1587, #2054]
down while a client start event was pending
delivery. [RT #2061]
+1121. [bug] The server could attempt to access a NULL zone
+ table if shut down while resolving.
+ [RT #1587, #2054]
+
--- 9.2.0rc10 released ---
1120. [bug] Errors in options were not fatal. [RT #2002]
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: resolver.c,v 1.218.2.6 2001/11/12 22:37:05 marka Exp $ */
+/* $Id: resolver.c,v 1.218.2.7 2001/11/16 21:47:27 bwelling Exp $ */
#include <config.h>
truncated = ISC_FALSE;
finish = NULL;
+ if (fctx->res->exiting) {
+ result = ISC_R_SHUTTINGDOWN;
+ goto done;
+ }
+
fctx->timeouts = 0;
/*