Replace mh_xmalloc() with mh_xcalloc()
authorm@mmmmarascio.xyz <m@mmmmarascio.xyz>
Mon, 14 Mar 2016 16:29:35 +0000 (09:29 -0700)
committerPhilipp Takacs <philipp@bureaucracy.de>
Thu, 17 Mar 2016 13:48:04 +0000 (14:48 +0100)
commit10eff860a28b96582526eb739fd0a55441669938
tree00c3efda0725b1215175235ac61c9dcae95e0f4f
parentd6742b1bb19c7eca8488402484a6e4f55543d789
Replace mh_xmalloc() with mh_xcalloc()

calloc() is safer, because it initialize the memory to zero.
36 files changed:
h/utils.h
sbr/brkstring.c
sbr/concat.c
sbr/context_replace.c
sbr/crawl_folders.c
sbr/encode_rfc2047.c
sbr/fmt_addr.c
sbr/fmt_new.c
sbr/fmt_rfc2047.c
sbr/folder_read.c
sbr/folder_realloc.c
sbr/getarguments.c
sbr/getcpy.c
sbr/lock_file.c
sbr/m_getfld.c
sbr/mf.c
sbr/putenv.c
sbr/readconfig.c
sbr/seq_list.c
sbr/utils.c
sbr/vfgets.c
uip/aliasbr.c
uip/anno.c
uip/flist.c
uip/folder.c
uip/forw.c
uip/mhl.c
uip/mhparse.c
uip/new.c
uip/rcvdist.c
uip/repl.c
uip/rmm.c
uip/scansbr.c
uip/send.c
uip/sortm.c
uip/spost.c