zephyr/lib
Maksim Masalski 52a4ba26ce lib: os: cast to the same size composite expression
In file crc16_sw.c essential type of LHS operand (16 bit) is wider than
essential type of composite expression in RHS operand (8 bit).
In crc32c_sw.c and crc32_sw.c Essential type of LHS operand (32 bit) is
wider than essential type of composite expression in RHS operand (8 bit)

Found as a coding guideline violation (MISRA R10.7) by static
coding scanning tool.

Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
2021-07-23 15:53:30 -04:00
..
gui
libc libc: minimal: Add rand() and srand() 2021-07-20 13:32:36 -04:00
open-amp
os lib: os: cast to the same size composite expression 2021-07-23 15:53:30 -04:00
posix posix: pthread_exit: check for null before dereferencing 2021-05-27 09:07:57 -05:00
util
CMakeLists.txt
Kconfig