summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-20 17:08:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-20 17:08:19 +0000
commitf659921bd277d06fea055a6830a7c870abc80e0e (patch)
treeb5780263d4a51cd6eced749c956b49e46d99ffb2 /cpukit/ChangeLog
parent2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-f659921bd277d06fea055a6830a7c870abc80e0e.tar.bz2
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 5 * score/src/objectextendinformation.c: Check object_blocks for NULL to determine when to allocate object block table.
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 cf4c3360f7..587dc4bfa7 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+ Coverity Id 5
+ * score/src/objectextendinformation.c: Check object_blocks for NULL to
+ determine when to allocate object block table.
+
+2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
Coverity Id 27
* libmisc/fsmount/fsmount.c: Ensure calloc() returns memory and then we
do not have to check null when freeing it. Coverity noted it was used