forked from nuttx/nuttx-update
Add environment variable test; fix several detected bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@298 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
ba5e6377e7
commit
f5cd693fe1
1 changed files with 3 additions and 1 deletions
|
@ -628,7 +628,9 @@ Other memory:
|
|||
* Add environment variables APIs: environ, getenv, putenv, clearenv, setenv,
|
||||
unsetenv
|
||||
* Correct an error in realloc() when the block is extended "down" in memory.
|
||||
In this case, the old memory contents need to be copied to the new location.
|
||||
In this case, the old memory contents need to be copied to the new location
|
||||
and an allocated bit was not being set.
|
||||
* examples/ostest: Added an environment variable test.
|
||||
* Started m68322
|
||||
</pre></ul>
|
||||
|
||||
|
|
Loading…
Reference in a new issue