diff options
| author | kamil <kamil@NetBSD.org> | 2020-03-08 17:38:12 +0000 |
|---|---|---|
| committer | kamil <kamil@NetBSD.org> | 2020-03-08 17:38:12 +0000 |
| commit | 52079e5b8c15e2b079e565332c7a083ed105b7f5 (patch) | |
| tree | 517108e733265c33c09b91f000f97130791d89a2 /sys/dev/microcode/tools | |
| parent | 38ec78bddb5f2e2af7111df7d8172abbe1942a6e (diff) | |
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.
Diffstat (limited to 'sys/dev/microcode/tools')
0 files changed, 0 insertions, 0 deletions
