This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
798d03cb3d
nuttx
/
sched
/
environ
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
env_findvar.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