freebsd-src/sys/ufs
Pedro F. Giffuni 90b618f35b ufs: use mallocarray(9).
Basic use of mallocarray to prevent overflows: static analyzers are also
likely to perform additional checks.

Since mallocarray expects unsigned parameters, unsign some
related variables to minimize sign conversions.

Reviewed by:	mckusick
2018-01-17 18:18:33 +00:00
..
ffs ufs: use mallocarray(9). 2018-01-17 18:18:33 +00:00
ufs ufs: use mallocarray(9). 2018-01-17 18:18:33 +00:00