]> git.ipfire.org Git - thirdparty/bind9.git/commit
Consistenly use UNREACHABLE() instead of ISC_UNREACHABLE()
authorOndřej Surý <ondrej@isc.org>
Mon, 28 Mar 2022 10:59:43 +0000 (12:59 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 28 Mar 2022 21:26:08 +0000 (23:26 +0200)
commit4dceab142dee58245b4870184fd0df03c7198e40
treec96e30091d7cfdc142e6d36720de8f9dbcc99ce3
parent7dbc843496cfd07749f8845133d38e642a2732db
Consistenly use UNREACHABLE() instead of ISC_UNREACHABLE()

In couple places, we have missed INSIST(0) or ISC_UNREACHABLE()
replacement on some branches with UNREACHABLE().  Replace all
ISC_UNREACHABLE() or INSIST(0) calls with UNREACHABLE().
bin/tests/test_client.c
bin/tests/test_server.c
cocci/unreachable.spatch
lib/dns/rpz.c
lib/isc/netmgr/netmgr.c
lib/isc/rwlock.c
lib/isc/timer.c
lib/ns/query.c