summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 854e67afc6..3d6ececd94 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,15 @@
+2011-02-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * libmisc/capture/capture.c, posix/src/keyfreememory.c,
+ posix/src/pthread.c, score/include/rtems/score/wkspace.h,
+ score/src/objectextendinformation.c,
+ score/src/objectnamespaceremove.c, score/src/objectsetname.c,
+ score/src/threadclose.c, score/src/threadinitialize.c,
+ score/src/wkspace.c: Many places were checking for a NULL pointer
+ before calling _Workspace_Free. By moving the check into
+ _Workspace_Free, we eliminate a number of conditional paths and make
+ it harder to return a NULL pointer.
+
2011-02-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/src/semtranslatereturncode.c,