Fix error in realloc when memory is extended downward

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@295 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-06-30 20:38:16 +00:00
parent c74b7d9ee8
commit ba5e6377e7

View File

@ -627,6 +627,8 @@ Other memory:
unsetenv
* 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.
* Started m68322
</pre></ul>