incubator-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
..
Make.defs sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
env_clearenv.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
env_dup.c env_dup: Allocate memory from the correct memory pool 2022-03-22 10:15:29 +08:00
env_findvar.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
env_foreach.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
env_getenv.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
env_getenvironptr.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
env_putenv.c sched: nxstyle fixes 2021-02-09 01:21:53 -08:00
env_release.c Fix the initial idle tasks environment 2022-03-16 20:21:19 +08:00
env_removevar.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
env_setenv.c Fix the initial idle tasks environment 2022-03-16 20:21:19 +08:00
env_unsetenv.c Fix the initial idle tasks environment 2022-03-16 20:21:19 +08:00
environ.h sched: nxstyle fixes 2021-02-09 01:21:53 -08:00