utest.h icon indicating copy to clipboard operation
utest.h copied to clipboard

Fix signed integer overflow.

Open OetkenPurveyorOfCode opened this issue 7 months ago • 0 comments

utest.h:336:10: runtime error: signed integer overflow: 3428234564152 * 1000000000 cannot be represented in type 'utest_int64_t' (aka 'long long')

Fix signed integer overflow by dividing by the frequency first.

OetkenPurveyorOfCode avatar Jul 20 '24 22:07 OetkenPurveyorOfCode