summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-30 00:14:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-30 00:14:26 +0000
commitcedfd802efaf0150cace14ce960f17aaf7d0c486 (patch)
treee1a0f2de135ff7ee01e4ee58b8889edc395780d5 /cpukit/ChangeLog
parent2009-07-29 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-cedfd802efaf0150cace14ce960f17aaf7d0c486.tar.bz2
2009-07-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ac4c8b1bc0..d6307e21ba 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2009-07-29 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * 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 <joel.sherrill@oarcorp.com>
+
* score/src/wkspace.c: Add debug printks.
2009-07-29 Joel Sherrill <joel.sherrill@oarcorp.com>