replace realloc(p, N * M) with reallocarray(p, N, M) and remove some
authorhalex <halex@openbsd.org>
Sun, 11 May 2014 21:25:07 +0000 (21:25 +0000)
committerhalex <halex@openbsd.org>
Sun, 11 May 2014 21:25:07 +0000 (21:25 +0000)
commitd80cc14718d88d91e4e23ae19e9bbeb7d685a319
tree18ead4bdd76712ed8c69a6efb7ec26b0bbeb6d8c
parentf199b8ccd801aa2d135dcd024c96c15a99b389ac
replace realloc(p, N * M) with reallocarray(p, N, M) and remove some
pointless cleanup if we're obviously going to die anyway

ok guenther@
sbin/ncheck_ffs/ncheck_ffs.c