summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 23:54:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 23:54:17 +0000
commita518defe922c91dc2af9f51e3694963364c247a9 (patch)
treeb1d187f8fc0dba1d3e8e5b8a9fadf6b1bc95c58d /cpukit/ChangeLog
parent2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-a518defe922c91dc2af9f51e3694963364c247a9.tar.bz2
2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 10 * libblock/src/bdbuf.c: Rework loop conditional to avoid potential use of NULL pointer.
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 75a0a171cb..f5c25c6dde 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+ Coverity Id 10
+ * libblock/src/bdbuf.c: Rework loop conditional to avoid potential use
+ of NULL pointer.
+
+2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
Coverity Id 23
* libmisc/monitor/mon-monitor.c: Add fclose() of file.