freebsd-skq/sys/fs
pfg 3933e2285a MFC r275645;
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.

CID:		1007665
Discussed with:	bde
2014-12-16 18:45:31 +00:00
..
autofs MFC r272931: 2014-11-07 15:52:32 +00:00
cd9660 MFC r268606: 2014-07-28 00:53:26 +00:00
deadfs MFC r273132: 2014-10-22 09:12:20 +00:00
devfs MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
ext2fs MFC r275645; 2014-12-16 18:45:31 +00:00
fdescfs Handle cases where capability rights are not provided. 2013-09-05 11:58:12 +00:00
fifofs MFC r265206: 2014-07-06 22:47:18 +00:00
fuse MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
msdosfs MFC r272952: 2014-10-18 15:31:53 +00:00
nandfs MFC r268764: 2014-07-30 03:56:17 +00:00
nfs MFC r269347: 2014-08-07 03:50:30 +00:00
nfsclient MFC r273852: 2014-11-29 15:48:47 +00:00
nfsserver MFC r273727: 2014-11-03 10:30:44 +00:00
nullfs MFC r269708: 2014-08-22 07:09:54 +00:00
procfs Relax the vm object locking. Use a read lock. 2013-06-05 17:00:10 +00:00
pseudofs MFC r258088: 2013-12-17 13:10:28 +00:00
smbfs MFC r264494: 2014-05-02 21:30:59 +00:00
tmpfs MFC r268765: 2014-07-30 03:58:29 +00:00
udf Add currently unused flag argument to the cluster_read(), 2013-03-14 20:28:26 +00:00
unionfs r16312 is not any longer real since many years (likely since when VFS 2012-11-19 22:43:45 +00:00