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 drivers: sensor: add ams AS621x Temperature Sensor driver support 2022-10-07 10:01:47 +02:00
tmp108.c drivers: sensor: tmp108: fix coverity integer handling issue 2024-02-05 13:13:51 +01:00
tmp108.h drivers: sensor: tmp108: Store sensor trigger as a pointer 2023-04-08 18:38:02 +02:00
tmp108_trigger.c drivers,subsys: fix few missing k_work_delayable_from_work 2023-08-28 10:12:21 +02:00