summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-27 13:27:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-27 13:27:48 +0000
commit558ef3412c2ab483a8b474f860a2a37165a8c085 (patch)
treefc2d3101a85cb0073eb79b7b67d8efca88581ec8 /cpukit/ChangeLog
parent2011-07-26 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-558ef3412c2ab483a8b474f860a2a37165a8c085.tar.bz2
2011-07-27 Petr Benes <benesp16@fel.cvut.cz>
PR 1856/cpukit * posix/src/pthread.c, posix/src/pthreadjoin.c, score/src/rbtreeextract.c: Do not derefence NULL.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 2677f04287..20f7d00ff3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-27 Petr Benes <benesp16@fel.cvut.cz>
+
+ PR 1856/cpukit
+ * posix/src/pthread.c, posix/src/pthreadjoin.c,
+ score/src/rbtreeextract.c: Do not derefence NULL.
+
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* ftpd/ftpd.c, libcsupport/src/geteuid.c, libcsupport/src/getgroups.c,