zephyr/arch/arc
François Baldassari 3f78ca9873 ARC: fault: Fix uninitialized memory access
Found via static analysis. In fault path when checking for stack
overflows, if CONFIG_MULTITHREADING is not set, `guard_end` is left
uninitialized and is subsequently used in a comparison.

The solution is to simply return `false` in this configuration as stack
guards are not configured in the first place.

Signed-off-by: François Baldassari <francois@memfault.com>
2024-04-29 17:39:57 +01:00
..
arcmwdt
core ARC: fault: Fix uninitialized memory access 2024-04-29 17:39:57 +01:00
include ARC: logging: Print exception info independent of CONFIG_LOG 2024-02-05 14:44:57 -05:00
CMakeLists.txt
Kconfig hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00