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)
calloc() is safer, because it initialize the memory to zero.


No differences found