Files
nuttx/sched/environ
hujun5 0b96303fda libc/environ: add interrupt context check to getenv
Prevent getenv() from being called in interrupt context by adding
up_interrupt_context() check. This ensures thread-safe access to
environment variables in multi-threaded scenarios.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2026-01-21 10:37:55 +08:00
..
2026-01-17 14:12:42 +08:00
2026-01-17 14:12:42 +08:00
2024-09-12 01:10:14 +08:00