Mark Andrews
ed0cb2e9e4
Use ns_g_server->recursionquota instead of client->recursionquota
as the later will be NULL on ISC_R_QUOTA.
*** CID 306732: Null pointer dereferences (FORWARD_NULL)
/bin/named/query.c: 4359 in query_recurse()
4353 static _Atomic(isc_stdtime_t) last = 0;
4354 #else
4355 static isc_stdtime_t last = 0;
4356 #endif
4357 isc_stdtime_t now;
4358 isc_stdtime_get(&now);
CID 306732: Null pointer dereferences (FORWARD_NULL)
Passing "client" to "log_quota", which dereferences null "client->recursionquota".
4359 log_quota(client, &last, now,
4360 "no more recursive clients (%d/%d/%d): %s",
4361 isc_result_totext(result));
4362 ns_client_killoldestquery(client);
4363 }
4364 if (result == ISC_R_SUCCESS && !client->mortal &&
** CID 306731: Program hangs (LOCK)
/lib/dns/resolver.c: 8943 in spillattimer_countdown()
2020-09-09 06:01:54 +00:00
..
2020-09-08 09:25:43 +10:00
2020-06-25 09:32:02 +10:00
2020-06-25 09:32:02 +10:00
2019-06-27 13:25:01 +10:00
2019-06-27 13:25:01 +10:00
2020-09-08 17:41:33 +10:00
2020-05-25 11:56:15 +10:00
2019-01-25 16:15:08 -08:00
2018-08-10 15:20:57 +02:00
2019-07-30 22:22:28 +02:00
2019-12-02 15:27:00 +01:00
2019-10-03 14:21:46 +02:00
2018-08-10 15:20:57 +02:00
2018-08-10 15:20:57 +02:00
2018-11-08 22:42:52 +07:00
2018-08-10 15:20:57 +02:00
2018-08-10 15:20:57 +02:00
2018-08-10 15:20:57 +02:00
2018-08-22 09:04:02 +02:00
2020-01-27 11:10:16 -08:00
2020-09-08 09:25:43 +10:00
2020-01-02 21:50:03 -08:00
2020-01-27 11:10:16 -08:00
2018-08-10 15:20:57 +02:00
2019-12-18 11:39:20 +11:00
2019-07-02 12:28:14 -07:00
2020-01-27 11:10:16 -08:00
2020-04-16 23:10:26 +02:00
2020-04-16 23:10:26 +02:00
2020-01-27 11:10:16 -08:00
2020-01-02 21:50:03 -08:00
2020-01-27 11:10:16 -08:00
2018-08-10 15:20:57 +02:00
2020-09-09 06:01:54 +00:00
2020-09-08 09:25:43 +10:00
2020-02-21 14:09:59 -08:00
2018-08-10 15:20:57 +02:00
2018-08-10 15:20:57 +02:00
2020-02-21 14:09:59 -08:00
2020-05-18 09:40:13 +10:00
2020-08-05 15:55:14 +02:00