bind9/bin
Ondřej Surý d9048b3db1
Remove ISC_MEM_ZERO and isc_mem_*x() API
Use the new isc_mem_c*() calloc-like API for allocations that are
zeroed.

In turn, this also fixes couple of incorrect usage of the ISC_MEM_ZERO
for structures that need to be zeroed explicitly.

There are few places where isc_mem_cput() is used on structures with a
flexible member (or similar).
2023-08-31 22:08:35 +02:00
..
check Refactor dns_zone_create() to return void 2023-07-27 11:37:44 +02:00
confgen Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
delv Attach to the dns_dispatchmgr in the dns_view object 2023-08-15 10:25:37 -07:00
dig remove dns_name_fromstring2() 2023-08-31 10:29:16 -07:00
dnssec Apply the isc_mem_cget semantic patch 2023-08-31 22:08:35 +02:00
named Do extra manual isc_mem_cget() conversions 2023-08-31 22:08:35 +02:00
nsupdate Do extra manual isc_mem_cget() conversions 2023-08-31 22:08:35 +02:00
plugins Remove 'inst != NULL' from cleanup check in plugin_register 2023-04-04 23:51:22 +00:00
rndc Remove remaining auto-dnssec bits 2023-07-20 11:04:24 +02:00
tests Remove ISC_MEM_ZERO and isc_mem_*x() API 2023-08-31 22:08:35 +02:00
tools remove dns_name_fromstring2() 2023-08-31 10:29:16 -07:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00