Mark Andrews
24710beaff
Remove dead code in xfrin.c
also removed unnecessary 'msg != NULL' check
*** CID 352815: Control flow issues (DEADCODE) /lib/dns/xfrin.c: 1363 in xfrin_send_request()
1357 isc_nmhandle_attach(send_xfr->handle, &xfr->sendhandle);
1358 isc_refcount_increment0(&send_xfr->sends);
1359 isc_nm_send(xfr->handle, ®ion, xfrin_send_done, send_xfr);
1360
1361 failure:
1362 if (qname != NULL) {
>>> CID 352815: Control flow issues (DEADCODE)
>>> Execution cannot reach this statement: "dns_message_puttempname(msg...".
1363 dns_message_puttempname(msg, &qname);
1364 }
1365 if (qrdataset != NULL) {
1366 dns_message_puttemprdataset(msg, &qrdataset);
1367 }
1368 if (msg != NULL) {
*** CID 352819: Control flow issues (DEADCODE) /lib/dns/xfrin.c: 1366 in xfrin_send_request()
1360
1361 failure:
1362 if (qname != NULL) {
1363 dns_message_puttempname(msg, &qname);
1364 }
1365 if (qrdataset != NULL) {
>>> CID 352819: Control flow issues (DEADCODE)
>>> Execution cannot reach this statement: "dns_message_puttemprdataset...".
1366 dns_message_puttemprdataset(msg, &qrdataset);
1367 }
1368 if (msg != NULL) {
1369 dns_message_detach(&msg);
1370 }
1371 if (soatuple != NULL) {
2022-09-06 12:47:08 +00:00
..
2022-08-31 08:56:03 +00:00
2022-06-01 13:00:40 +01:00
2022-04-04 19:27:00 +02:00
2022-08-26 09:09:24 +02:00
2022-05-25 14:44:32 +02:00
2022-08-26 09:09:24 +02:00
2022-08-26 09:09:24 +02:00
2022-08-26 09:09:24 +02:00
2022-06-01 13:00:40 +01:00
2022-03-25 08:33:43 +01:00
2022-08-09 08:19:51 +00:00
2022-07-14 16:31:01 -07:00
2022-04-01 23:50:34 +02:00
2022-04-04 19:27:00 +02:00
2022-08-09 08:19:51 +00:00
2022-08-31 11:33:25 -07:00
2022-05-23 11:36:36 +02:00
2022-05-13 13:31:17 +02:00
2022-08-25 17:17:07 +02:00
2022-06-09 10:47:04 +00:00
2022-03-25 08:33:43 +01:00
2022-03-25 08:33:43 +01:00
2022-06-01 13:00:40 +01:00
2022-06-28 11:56:31 +02:00
2022-06-28 11:56:31 +02:00
2022-07-05 12:29:01 +10:00
2022-07-13 00:14:13 +00:00
2022-08-09 08:19:51 +00:00
2022-08-26 09:09:24 +02:00
2022-08-09 08:19:51 +00:00
2022-07-11 12:26:15 +02:00
2022-08-09 08:19:51 +00:00
2022-08-23 11:01:31 +02:00
2022-08-22 15:55:46 +02:00
2022-08-26 09:09:24 +02:00
2022-07-18 13:38:47 +02:00
2022-07-18 13:38:47 +02:00
2022-07-25 10:32:13 -04:00
2022-03-25 08:33:43 +01:00
2022-07-15 10:33:46 +00:00
2022-05-02 19:47:58 +01:00
2022-07-25 16:05:21 +02:00
2022-05-03 00:41:42 +01:00
2022-06-01 13:00:40 +01:00
2022-08-09 08:19:51 +00:00
2022-06-01 13:00:40 +01:00
2022-05-03 12:38:59 +00:00
2022-08-09 08:19:51 +00:00
2022-08-26 09:09:24 +02:00
2022-05-03 12:38:59 +00:00
2022-08-31 08:56:03 +00:00
2022-03-25 08:33:43 +01:00
2022-08-25 17:17:07 +02:00
2022-08-09 08:19:51 +00:00
2022-03-25 08:33:43 +01:00
2022-04-04 19:27:00 +02:00
2022-03-25 08:33:43 +01:00
2022-05-28 14:53:02 -07:00
2022-05-03 12:38:59 +00:00
2022-08-16 07:36:12 +00:00
2022-05-03 17:15:43 +03:00
2022-08-09 08:19:51 +00:00
2022-04-01 23:50:34 +02:00
2022-05-13 13:36:10 -07:00
2022-08-26 09:09:24 +02:00
2022-09-06 12:47:08 +00:00
2022-08-26 09:09:24 +02:00
2022-05-02 21:11:12 +01:00