Module Name: src Committed By: kamil Date: Fri Feb 28 11:27:38 UTC 2020
Modified Files:
src/sys/fs/hfs: hfs_vfsops.c
Log Message:
Avoid undefined behavior in left shift semantics
hfs_vfsops.c:477:19, left shift of 1 by 31 places cannot be represented in type
'int'
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/fs/hfs/hfs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
