Files
bind9/lib/ns
Ondřej Surý 77fe5da647 Add RUNTIME_CHECK() around result = dns_name_copy(..., NULL) calls
This second commit uses second semantic patch to replace the calls to
dns_name_copy() with NULL as third argument where the result was stored in a
isc_result_t variable.  As the dns_name_copy(..., NULL) cannot fail gracefully
when the third argument is NULL, it was just a bunch of dead code.

Couple of manual tweaks (removing dead labels and unused variables) were
manually applied on top of the semantic patch.

(cherry picked from commit 89b269b0d2)
2019-10-04 14:08:25 +10:00
..
2019-07-30 21:25:45 +02:00
2019-08-21 21:35:30 +00:00
2019-03-06 12:55:29 -08:00
2019-01-09 23:44:26 +01:00
2018-11-22 11:52:08 +00:00