Fix potentially overflowing expression "fs->fs_ipg * fs->fs_ncg"
authormckusick <mckusick@FreeBSD.org>
Wed, 11 Apr 2018 19:28:54 +0000 (19:28 +0000)
committermckusick <mckusick@FreeBSD.org>
Wed, 11 Apr 2018 19:28:54 +0000 (19:28 +0000)
commitb9a72b16159049f6f76b11a87cb46b07a3ff94bf
tree77b1ec9dbfeaa60c66680b7489d23b633d5e66d9
parent4b91ca5ee14f5f60b71a71c4d4188dd1decf6b7e
Fix potentially overflowing expression "fs->fs_ipg * fs->fs_ncg"
by casting fs->fs_ipg to (ino_t).

CID: 1388258
lib/libufs/inode.c