summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 7a58a5479c..b0f8be89fb 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-04 Joel Sherrill <joel@OARcorp.com>
+
+ PR 479/rtems_misc
+ * src/malloc.c: Per multiple standards realloc does not free the
+ original memory if the allocation of the requested larger block
+ fails.
+
2003-09-02 Joel Sherrill <joel@OARcorp.com>
* src/open.c: Fix typo.