CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2022/08/11 18:32:59
Modified files: sys/kern : subr_disk.c Log message: Coverity says multiplying two uint32_t's and assigning them to a uint64_t may not produce the (humanly) obvious result. Cast one of them to a (uint64_t) in the hope of invoking the appropriate int promotion god. CID 1519495