Files
bind9/lib/dns
Michał Kępień 9cf1f39b54 Silence a scan-build warning in dns_rbt_addname()
Clang Static Analyzer is unable to grasp that when dns_rbt_addnode()
returns ISC_R_EXISTS, it always sets the pointer passed to it via its
'nodep' parameter to a non-NULL value.  Add an extra safety check in the
conditional expression used in dns_rbt_addname() to silence that
warning.
2023-12-22 19:27:37 +01:00
..
2023-12-20 08:30:44 +00:00
2023-10-13 14:44:40 +02:00
2023-12-06 17:31:38 -08:00
2023-09-12 16:14:10 +02:00
2023-08-31 22:08:35 +02:00
2023-08-09 23:48:17 +00:00
2023-12-20 08:30:44 +00:00
2023-10-10 16:57:18 +02:00
2023-09-12 16:14:10 +02:00
2023-10-13 09:57:28 +00:00
2023-08-31 22:08:35 +02:00
2023-10-09 13:29:02 -07:00
2023-08-31 22:08:35 +02:00
2023-10-13 14:44:40 +02:00
2023-11-21 14:48:43 +11:00