CVSROOT: /cvs Module name: src Changes by: ha...@cvs.openbsd.org 2014/05/11 15:25:07
Modified files: sbin/ncheck_ffs: ncheck_ffs.c Log message: 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@