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 treewide: Use CONFIG_CPP instead of CONFIG_CPLUSPLUS 2023-01-13 17:42:55 -05:00
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 ARC: ARCv2: GCC: restore default TLS behavior for all SDKs 2022-11-28 17:44:13 +01:00
Kconfig hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00