summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2020-03-08 17:38:12 +0000
committerkamil <kamil@NetBSD.org>2020-03-08 17:38:12 +0000
commit52079e5b8c15e2b079e565332c7a083ed105b7f5 (patch)
tree517108e733265c33c09b91f000f97130791d89a2 /sys/dev/microcode
parent38ec78bddb5f2e2af7111df7d8172abbe1942a6e (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')
0 files changed, 0 insertions, 0 deletions