This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-06 16:50:55 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
936df1bcb5dfca03072e0111791d9d46bf5411f3
nuttx
/
sched
/
environ
T
History
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
..
env_clearenv.c
…
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
…
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
…
env_removevar.c
…
env_setenv.c
…
env_unsetenv.c
…
environ.h
…
Make.defs
…