bind9/lib/isc/include
Tony Finch 81d73600c1
Add isc_mem_callocate() for safer array allocation
As well as clearing the fresh memory, `calloc()`-like functions must
ensure that the count and size do not overflow when multiplied.

Use `isc_mem_callocate()` in `isc__uv_calloc()`.
2023-06-27 12:38:09 +02:00
..
isc Add isc_mem_callocate() for safer array allocation 2023-06-27 12:38:09 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00