freebsd-dev/sys/ufs
Kirk McKusick ad544726aa Avoid possible overflow when calclating malloc size for auxillary
data structure sizes when mounting and reloading UFS/FFS
filesystems by using a u_long rather than an int for the size.

Reported by: Mariusz Zaborski <oshogbo@>
MFC after:   1 week
2016-10-28 20:15:19 +00:00
..
ffs Avoid possible overflow when calclating malloc size for auxillary 2016-10-28 20:15:19 +00:00
ufs The UFS/FFS filesystem checks directory link counts when doing 2016-10-26 20:28:23 +00:00