zephyr/kernel
Flavio Ceolin 18af4c6299 kernel: Fix overflow test problem introduced in 92ea2f9
The builtin function __builtin_umul_overflow returns a boolean and
should not checked as an integer.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-10-04 05:20:29 -07:00
..
include kernel: Fix overflow test problem introduced in 92ea2f9 2018-10-04 05:20:29 -07:00
alert.c
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
idle.c
init.c
int_latency_bench.c
Kconfig
Kconfig.power_mgmt
mailbox.c kernel: Sanitize if else statement according with MISRA-C 2018-09-28 07:58:19 +05:30
mem_domain.c
mem_slab.c
mempool.c kernel: mempool: Remove unnecessary condition check 2018-09-28 07:58:19 +05:30
msg_q.c
mutex.c
pipes.c portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
poll.c kernel: Fix overflow test problem introduced in 92ea2f9 2018-10-04 05:20:29 -07:00
queue.c
sched.c
sem.c
smp.c
stack.c
sys_clock.c kernel: sys_clock: Remove unnecessary if 2018-09-28 07:58:19 +05:30
system_work_q.c
thread_abort.c
thread.c kernel: Fix overflow test problem introduced in 92ea2f9 2018-10-04 05:20:29 -07:00
timer.c
userspace_handler.c
userspace.c kernel: Sanitize if else statement according with MISRA-C 2018-09-28 07:58:19 +05:30
version.c
work_q.c