opnsense-src/sys/fs
Rick Macklem 75772b69f2 Improve sanity checking for the dircount hint argument to
NFSv3's ReaddirPlus and NFSv4's Readdir operations. The code
checked for a zero argument, but did not check for a very large value.
This patch clips dircount at the server's maximum data size.

MFC after:	1 week
2018-11-20 01:59:57 +00:00
..
autofs Add SPDX tags to autofs(5). 2018-01-24 16:40:26 +00:00
cd9660 Add d_off support for multiple filesystems. 2018-11-14 14:18:35 +00:00
cuse Use NULL for SYSINIT's last arg, which is a pointer type 2018-05-18 17:58:09 +00:00
deadfs sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
devfs Add d_off support for multiple filesystems. 2018-11-14 14:18:35 +00:00
ext2fs Add d_off support for multiple filesystems. 2018-11-14 14:18:35 +00:00
fdescfs Add d_off support for multiple filesystems. 2018-11-14 14:18:35 +00:00
fifofs Rework pathconf handling for FIFOs. 2017-12-19 22:39:05 +00:00
fuse Remove comments made obsolete by the ino64 work. 2018-11-19 17:33:44 +00:00
msdosfs Add d_off support for multiple filesystems. 2018-11-14 14:18:35 +00:00
nandfs Add d_off support for multiple filesystems. 2018-11-14 14:18:35 +00:00
nfs nfsm_advance() would panic() when the offs argument was negative. 2018-11-20 01:56:34 +00:00
nfsclient Change nfs_advlock() so that the NFSVOPUNLOCK() is mostly done at the end. 2018-11-06 22:50:50 +00:00
nfsserver Improve sanity checking for the dircount hint argument to 2018-11-20 01:59:57 +00:00
nullfs Make it easier for filesystems to count themselves as jail-enabled, 2018-05-04 20:54:27 +00:00
procfs Make it easier for filesystems to count themselves as jail-enabled, 2018-05-04 20:54:27 +00:00
pseudofs Add d_off support for multiple filesystems. 2018-11-14 14:18:35 +00:00
smbfs Use long for the last argument to VOP_PATHCONF rather than a register_t. 2018-01-17 22:36:58 +00:00
tmpfs Make vop_symlink take a const target path. 2018-11-02 14:42:36 +00:00
udf Add d_off support for multiple filesystems. 2018-11-14 14:18:35 +00:00
unionfs sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00