d52b5e735a
In expression 1ULL << i, left shifting by more than 63 bits
has undefined behavior. The shift amount, i, is as much as 127.
Coverity issue: 30690
Fixes:
|
||
---|---|---|
.. | ||
app_thread.c | ||
args.c | ||
cfg_file.c | ||
cfg_file.h | ||
cmdline.c | ||
init.c | ||
main.c | ||
main.h | ||
Makefile | ||
profile_ov.cfg | ||
profile.cfg | ||
stats.c |