bind9/lib
Ondřej Surý e7fb7c1de5 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.

(cherry picked from commit bbb4cdb92d)
2022-03-08 20:49:15 +01:00
..
bind9 Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
dns Make isc_heap_create() and isc_heap_insert() return void 2022-03-08 20:49:15 +01:00
irs Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
isc Make isc_heap_create() and isc_heap_insert() return void 2022-03-08 20:49:15 +01:00
isccc Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
isccfg Check dnssec-policy key roles for validity 2022-03-08 21:56:39 +11:00
ns Fix more ns_statscounter_recursclients underflows 2022-02-23 14:45:06 +01:00
win32/bindevt Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00