From cedfd802efaf0150cace14ce960f17aaf7d0c486 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 30 Jul 2009 00:14:26 +0000 Subject: 2009-07-29 Joel Sherrill * score/src/threadinitialize.c: Rework so there is only one error exit path. This required setting every variable that contains memory allocated from the workspace to NULL early and using that assumption in the one failed exit path. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index ac4c8b1bc0..d6307e21ba 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2009-07-29 Joel Sherrill + + * score/src/threadinitialize.c: Rework so there is only one error exit + path. This required setting every variable that contains memory + allocated from the workspace to NULL early and using that assumption + in the one failed exit path. + 2009-07-29 Joel Sherrill * score/src/wkspace.c: Add debug printks. -- cgit v1.2.3