Files
bind9/bin/named
Ondřej SurýandMark Andrews 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-04-24 09:31:04 +10:00
2019-09-12 19:27:28 +10:00
2019-02-06 22:13:05 +00:00
2019-08-21 21:35:31 +00:00
2019-08-21 21:35:30 +00:00
2019-08-21 21:35:31 +00:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-09-26 10:28:51 +02:00