From: m@mmmmarascio.xyz Date: Mon, 14 Mar 2016 16:29:35 +0000 (-0700) Subject: Replace mh_xmalloc() with mh_xcalloc() X-Git-Tag: mmh-0.3~54 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=10eff860a28b96582526eb739fd0a55441669938;hp=10eff860a28b96582526eb739fd0a55441669938 Replace mh_xmalloc() with mh_xcalloc() calloc() is safer, because it initialize the memory to zero. ---