3581668c6b
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 |
||
---|---|---|
.. | ||
Make.defs | ||
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 |