From d9c3805a73aea84f5c054e4022ada63e28ce6b99 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Sep 2003 13:02:57 +0000 Subject: 2003-09-04 Joel Sherrill 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. --- cpukit/libcsupport/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/libcsupport/ChangeLog') 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 + + 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 * src/open.c: Fix typo. -- cgit v1.2.3