summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-20 17:10:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-20 17:10:36 +0000
commit04fee3104edf1cb695f4a377626754467dfcd6b0 (patch)
treeebe3237b479a441f379e255dbfe2db9fa66ffa7f /cpukit/ChangeLog
parent2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-04fee3104edf1cb695f4a377626754467dfcd6b0.tar.bz2
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 7 Coverity Id 8 * libblock/src/bdpart.c: Verify libblock is really set after rtems_bdbuf_read() before using it.
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 587dc4bfa7..2cbe894341 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+ Coverity Id 7
+ Coverity Id 8
+ * libblock/src/bdpart.c: Verify libblock is really set after
+ rtems_bdbuf_read() before using it.
+
+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.