nuttx/sched/environ
Ville Juven 3581668c6b env_dup: Allocate memory from the correct memory pool
When the initial proxy task is duplicated into the first user task,
the environment exists in kernel memory and this must be copied to user
memory.

The memory allocated for the new task was allocated with the parent's
priority which is incorrect. Use the new task's priority instead.

Follow-up for: #5753
2022-03-22 10:15:29 +08:00
..
env_clearenv.c
env_dup.c env_dup: Allocate memory from the correct memory pool 2022-03-22 10:15:29 +08:00
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