bind9/lib
Aram Sargsyan cf4003fa58 Use sizeof(*ptr) for allocating/freeing memory in forward.c
As shown in the previous commit, using sizeof(type_t) is a little
bit more error-prone when copy-pasting code, so extracting the
size information from the pointer which is being dealt with seems
like a better alternative.
2023-01-11 12:41:06 +00:00
..
bind9 remove nonfunctional DSCP implementation 2023-01-09 12:15:21 -08:00
dns Use sizeof(*ptr) for allocating/freeing memory in forward.c 2023-01-11 12:41:06 +00:00
irs Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
isc Prefer the pthread_barrier implementation over uv_barrier 2023-01-11 09:51:02 +01:00
isccc Change the isc_buffer_reserve() to take just buffer pointer 2022-12-20 19:13:48 +01:00
isccfg remove nonfunctional DSCP implementation 2023-01-09 12:15:21 -08:00
ns remove nonfunctional DSCP implementation 2023-01-09 12:15:21 -08:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00