zephyr/drivers/sensor/tmp108
Armando Visconti 277d649bda drivers: sensor: tmp108: fix coverity integer handling issue
Fix coverity integer handling issue (CWE-188).
Modifying a variable through a pointer of an incompatible type (other
than unsigned char) can lead to unpredictable results.

Fix: #67965
Coverity-CID: 248434

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2024-02-05 13:13:51 +01:00
..
CMakeLists.txt
Kconfig
tmp108_trigger.c
tmp108.c drivers: sensor: tmp108: fix coverity integer handling issue 2024-02-05 13:13:51 +01:00
tmp108.h