summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_base.c
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2001-01-31 15:16:56 +0000
committeriedowse <iedowse@FreeBSD.org>2001-01-31 15:16:56 +0000
commit1904591561496046db76a7fed4aeeca690042d13 (patch)
treeef636c0a52aac6793f045981adae1fe0bf96d9d8 /sys/netgraph/ng_base.c
parente8881fd42645233f9fbaa07357fcab52f7af647d (diff)
downloadFreeBSD-src-1904591561496046db76a7fed4aeeca690042d13.zip
FreeBSD-src-1904591561496046db76a7fed4aeeca690042d13.tar.gz
Fsck_ffs did not properly range-check the inode 'di_size'
field, so it was possible for a filesystem marked clean by fsck_ffs to cause kernel crashes later when mounted. This could occur when fsck_ffs was used to repair a badly corrupted filesystem. As pointed out by bde, it is not sufficient to restrict di_size to just the superblock fs_maxfilesize limit. The use of 32-bit logical block numbers (both in fsck and the kernel) induces another file size limit which is usually lower than fs_maxfilesize. Also, the old 4.3BSD filesystem does not have fs_maxfilesize initialised. Following this change, fsck_ffs will enforce exactly the same file size limits as are used by the kernel. PR: kern/15065 Discussed with: bde Reviewed by: bde, mckusick
Diffstat (limited to 'sys/netgraph/ng_base.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud