mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 02:10:30 -05:00
In several places, the structures were cleaned with memset(...)) and thus the semantic patch converted the isc_mem_get(...) to isc_mem_getx(..., ISC_MEM_ZERO). Use the designated initializer to initialized the structures instead of zeroing the memory with ISC_MEM_ZERO flag as this better matches the intended purpose. |
||
|---|---|---|
| .. | ||
| filter-a.c | ||
| filter-a.rst | ||
| filter-aaaa.c | ||
| filter-aaaa.rst | ||
| Makefile.am | ||