aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2016-08-19 00:03:41 +0000
committerKirk McKusick <mckusick@FreeBSD.org>2016-08-19 00:03:41 +0000
commit6a5972db72c032b17a0d92d8c03a82357a8af569 (patch)
tree680a2e5b3fbdc034fe6db9c000c543e88d17ee78 /sys
parent11f2a7cd67709487d0bec5209ac4f451fe8b0c19 (diff)
Fsck_ufs was using an int rather than a ufs2_daddr_t to store the
alternate superblock location when given in the -b option. When int is 32-bits, block numbers larger than 2^32 would get truncated. This commit changes the storage fpr the alternate superblock location to a ufs2_daddr_t. Submitted by: Dmitry Sivachenko <trtrmitya@gmail.com>
Notes
svn path=/head/; revision=304438
Diffstat (limited to 'sys')
0 files changed, 0 insertions, 0 deletions