HardenedBSD/sys/fs
Pedro F. Giffuni 8f87059b41 ext2fs: Fix old out-of-bounds access.
Overrunning buffer pointed to by (caddr_t)&oip->i_db[0] of 48 bytes by
passing it to a function which accesses it at byte offset 59 using
argument 60UL.

The issue was inherited from an older FFS implementation and
fixed there with by merging UFS2 in r98542. We follow the
FFS fix.

Discussed with:	bde
CID:		1007665
MFC after:	3 days
2014-12-09 14:56:00 +00:00
..
autofs
cd9660
cuse
deadfs
devfs
ext2fs ext2fs: Fix old out-of-bounds access. 2014-12-09 14:56:00 +00:00
fdescfs
fifofs
fuse
msdosfs Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount. 2014-12-09 10:00:47 +00:00
nandfs
nfs
nfsclient
nfsserver
nullfs
procfs The process spin lock currently has the following distinct uses: 2014-11-26 14:10:00 +00:00
pseudofs
smbfs
tmpfs
udf
unionfs