bind9/bin/dig
Ondřej Surý c0598d404c
Use designated initializers instead of memset()/MEM_ZERO for structs
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.
2022-10-05 16:44:05 +02:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.c Use designated initializers instead of memset()/MEM_ZERO for structs 2022-10-05 16:44:05 +02:00
dig.rst Add the ability to dig to specify the signing time 2022-09-26 16:28:23 +02:00
dighost.c Use designated initializers instead of memset()/MEM_ZERO for structs 2022-10-05 16:44:05 +02:00
dighost.h Add the ability to dig to specify the signing time 2022-09-26 16:28:23 +02:00
host.c Update isc_timer to use isc_loopmgr 2022-08-25 17:17:07 +02:00
host.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
Makefile.am Check the libuv, OpenSSL and libxml2 memory context on exit 2022-09-27 17:10:42 +02:00
nslookup.c Update isc_timer to use isc_loopmgr 2022-08-25 17:17:07 +02:00
nslookup.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
readline.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00