From 690861c3c62602142e6ec2c8c0a36e48e7e47e2c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 26 Nov 2003 17:50:53 +0000 Subject: 2003-11-26 Joel Sherrill PR 523/filesystem * src/malloc.c: Make malloc family safer for use from ISRs and dispatching critical sections. If in a critical section while doing a free(), then the free is deferred until the next malloc() attempt. --- 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 24841054c4..eb44f4a487 100644 --- a/cpukit/libcsupport/ChangeLog +++ b/cpukit/libcsupport/ChangeLog @@ -1,3 +1,10 @@ +2003-11-26 Joel Sherrill + + PR 523/filesystem + * src/malloc.c: Make malloc family safer for use from ISRs and + dispatching critical sections. If in a critical section while doing + a free(), then the free is deferred until the next malloc() attempt. + 2003-11-25 Jennifer Averett PR 519/filesystem -- cgit v1.2.3