From ba5e6377e761a6b9ee7c2879841dc6bdedefc25a Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 30 Jun 2007 20:38:16 +0000 Subject: [PATCH] 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 --- Documentation/NuttX.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 0aa964dc90..e19cf3d0d3 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -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