Files
bind9/lib
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
..
2023-05-11 17:07:51 +02:00
2023-06-14 19:21:28 +10:00