Convert a malloc(x*y)+memset to calloc(x,y)
authorguenther <guenther@openbsd.org>
Tue, 22 Apr 2014 00:22:41 +0000 (00:22 +0000)
committerguenther <guenther@openbsd.org>
Tue, 22 Apr 2014 00:22:41 +0000 (00:22 +0000)
commitb6eef8d73367e47716d0d720466341a9d32a69f9
tree262cd6d69bfa14e938801f2c2dd276369bded517
parent2f7776be544b995822620d263a2da47a4e1102e8
Convert a malloc(x*y)+memset to calloc(x,y)

From Jean-Philippe Ouellet (jean-philippe (at) ouellet.biz)
sbin/newfs_ext2fs/mke2fs.c