Files
bind9/lib/dns
Mark Andrews e075ae082c LOCK should be UNLOCK
*** CID 306731:  Program hangs  (LOCK)
/lib/dns/resolver.c: 8943 in spillattimer_countdown()
8937     		result = isc_timer_reset(res->spillattimer,
8938     					 isc_timertype_inactive, NULL,
8939     					 NULL, true);
8940     		RUNTIME_CHECK(result == ISC_R_SUCCESS);
8941     	}
8942     	count = res->spillat;
   CID 306731:  Program hangs  (LOCK)
   "pthread_mutex_lock" locks "res->spill_lock" while it is locked.
8943     	LOCK(&res->spill_lock);
8944     	UNLOCK(&res->lock);
8945     	if (logit)
8946     		isc_log_write(dns_lctx, DNS_LOGCATEGORY_RESOLVER,
8947     			      DNS_LOGMODULE_RESOLVER, ISC_LOG_NOTICE,
8948     			      "clients-per-query decreased to %u", count);
2020-09-09 15:28:57 +10:00
..
2020-08-26 17:26:56 +02:00
2020-09-08 09:25:43 +10:00
2020-09-08 09:25:43 +10:00
2020-08-06 10:05:20 +00:00
2019-03-14 13:53:04 -07:00
2020-03-04 12:41:01 +01:00
2018-08-10 15:20:58 +02:00
2020-02-24 22:04:43 -08:00
2020-02-24 22:04:43 -08:00
2020-08-14 00:21:23 +10:00
2020-09-08 09:25:43 +10:00
2019-02-19 10:26:00 +11:00
2019-10-04 14:34:21 +10:00
2019-09-12 19:31:56 +10:00
2020-09-02 09:00:22 +10:00
2020-09-09 15:28:57 +10:00
2020-07-27 13:20:41 -07:00
2020-02-21 14:09:59 -08:00
2020-05-04 14:23:23 -07:00
2019-03-14 09:01:31 +11:00
2019-02-19 09:38:09 +11:00
2020-08-08 17:25:20 +10:00
2020-09-08 09:25:43 +10:00
2020-09-08 17:41:33 +10:00