Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs/ext2fs
Module Name: src
Committed By: kamil
Date: Sun Mar 8 17:38:12 UTC 2020
Modified Files:
src/sys/ufs/ext2fs: ext2fs_vnops.c
Log Message:
Perform bit operations on unsigned integer
ext2fs_vnops.c:1002:2, signed integer overflow: 510008 * 4294 cannot be represented in type 'int
Maximum usec * 4294 is in the range of unsigned int.
>>> 1000000*4294
4294000000
>>> 2**32
4294967296
Patch submitted by Nisarg S. Joshi.
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/ufs/ext2fs/ext2fs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index