bind9/lib
Ondřej Surý bbb4cdb92d Make isc_heap_create() and isc_heap_insert() return void
Previously, the function(s) in the commit subject could fail for various
reasons - mostly allocation failures, or other functions returning
different return code than ISC_R_SUCCESS.  Now, the aforementioned
function(s) cannot ever fail and they would always return ISC_R_SUCCESS.

Change the function(s) to return void and remove the extra checks in
the code that uses them.
2022-03-08 11:19:34 +01:00
..
bind9 Remove the keep-response-order ACL map 2022-02-18 09:16:03 +01:00
dns Make isc_heap_create() and isc_heap_insert() return void 2022-03-08 11:19:34 +01:00
irs
isc Make isc_heap_create() and isc_heap_insert() return void 2022-03-08 11:19:34 +01:00
isccc
isccfg Check dnssec-policy key roles for validity 2022-03-08 13:23:14 +11:00
ns Fix more ns_statscounter_recursclients underflows 2022-02-23 14:39:11 +01:00
.gitignore
Makefile.am
unit-test-driver.sh.in