mirror of
https://github.com/apache/nuttx.git
synced 2026-08-29 05:10:44 +00:00
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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| env_clearenv.c | ||
| env_dup.c | ||
| env_findvar.c | ||
| env_foreach.c | ||
| env_getenv.c | ||
| env_getenvironptr.c | ||
| env_putenv.c | ||
| env_release.c | ||
| env_removevar.c | ||
| env_setenv.c | ||
| env_unsetenv.c | ||
| environ.h | ||
| Make.defs | ||