bind9/bin/tests/system/dyndb
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
..
driver Remove ISC_MEM_ZERO and isc_mem_*x() API 2023-08-31 22:08:35 +02:00
ns1 explicitly set dnssec-validation in system tests 2023-06-26 13:41:56 -07:00
clean.sh Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
prereq.sh Add shell interpreter line where missing 2022-11-14 19:54:42 +00:00
setup.sh Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
tests.sh Use $(...) notation for subshells in system tests 2023-07-14 15:49:18 +02:00
tests_sh_dyndb.py Add pytest functions for shell system tests 2023-05-22 14:11:39 +02:00