mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-02 21:40:45 +00:00
Add suffix ULL to constant 1000 in order to avoid a potential integer
overflow and give the compiler complete information about the proper
arithmetic to use. Notice that this constant is being used in a context
that expects an expression of type unsigned long long, but it's
currently evaluated using 32-bit arithmetic.
Addresses-Coverity-ID: 1503062 ("Unintentional integer overflow")
Fixes:
|
||
|---|---|---|
| .. | ||
| iio-trig-hrtimer.c | ||
| iio-trig-interrupt.c | ||
| iio-trig-loop.c | ||
| iio-trig-sysfs.c | ||
| Kconfig | ||
| Makefile | ||
| stm32-lptimer-trigger.c | ||
| stm32-timer-trigger.c | ||