NetBSD/sys/ufs
kamil 646ced3028 Avoid Undefined Behavior in ffs_clusteracct()
Change the type of 'bit' variable from int to unsigned int and use unsigned
values consistently.

sys/ufs/ffs/ffs_subr.c:336:10, shift exponent -1 is negative

Detected with Kernel Undefined Behavior Sanitizer.

Reported by <Harry Pantazis>
2018-07-04 02:02:15 +00:00
..
chfs add a genfs method to allow a file system to limit the range of pages 2018-05-28 21:04:37 +00:00
ext2fs add a genfs method to allow a file system to limit the range of pages 2018-05-28 21:04:37 +00:00
ffs Avoid Undefined Behavior in ffs_clusteracct() 2018-07-04 02:02:15 +00:00
lfs Add missing b_cflags and b_oflags. 2018-06-09 18:48:31 +00:00
mfs Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
ufs s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
Makefile
files.ufs add support for extended attributes in ext2fs for ext3/ext4; read-only for now 2016-08-12 19:04:03 +00:00