daemon: malloc + memset -> calloc
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 28 Mar 2016 17:56:13 +0000 (19:56 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 1 Apr 2016 13:39:42 +0000 (15:39 +0200)
commit91103db5378a036c0e4da9d512f686d9d0096ff7
treeda558277213a36a854216c48b88e9f74f5334b5b
parent04d03d38dc1e53b30541bbec1a8bdd769c0c6e04
daemon: malloc + memset -> calloc
14 files changed:
src/daemon/common.c
src/daemon/configfile.c
src/daemon/filter_chain.c
src/daemon/meta_data.c
src/daemon/plugin.c
src/daemon/types_list.c
src/daemon/utils_avltree.c
src/daemon/utils_cache.c
src/daemon/utils_heap.c
src/daemon/utils_ignorelist.c
src/daemon/utils_llist.c
src/daemon/utils_match.c
src/daemon/utils_tail.c
src/daemon/utils_tail_match.c