incubator-nuttx/sched/environ
Gregory Nutt d33857002a sched/env_dup.c: Fix an error in the duplication of the child tasks environment in the special case where the parent's environment was created, but then all of the variables were unset. In that case, there is still an allocation in place but the size of the allocation is zero. This case was not being handled correctly when a child task attempts to create its environment and inherit the zero-size partent environment. Noted by Anthony Merlino. 2017-09-18 19:02:54 -06:00
..
Make.defs Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00
env_clearenv.c Remove some empty file section section header comments 2016-02-17 17:38:39 -06:00
env_dup.c sched/env_dup.c: Fix an error in the duplication of the child tasks environment in the special case where the parent's environment was created, but then all of the variables were unset. In that case, there is still an allocation in place but the size of the allocation is zero. This case was not being handled correctly when a child task attempts to create its environment and inherit the zero-size partent environment. Noted by Anthony Merlino. 2017-09-18 19:02:54 -06:00
env_findvar.c Remove some empty file section section header comments 2016-02-17 17:38:39 -06:00
env_getenv.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
env_getenvironptr.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
env_putenv.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
env_release.c Remove some empty file section section header comments 2016-02-17 17:38:39 -06:00
env_removevar.c Remove some empty file section section header comments 2016-02-17 17:38:39 -06:00
env_setenv.c Remove some empty file section section header comments 2016-02-17 17:38:39 -06:00
env_unsetenv.c Remove some empty file section section header comments 2016-02-17 17:38:39 -06:00
environ.h Remove some empty file section section header comments 2016-02-17 17:38:39 -06:00