summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-25 22:25:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-25 22:25:18 +0000
commit4cce3f97c508b4304d1b3901cdbdfeea17cec6d3 (patch)
tree18afcfd43fe55f24983d48ea1a025699a18da8f7 /cpukit/ChangeLog
parent2010-08-25 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-4cce3f97c508b4304d1b3901cdbdfeea17cec6d3.tar.bz2
2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 93/NO_EFFECT Coverity Id 94/NO_EFFECT * libcsupport/src/readv.c, libcsupport/src/writev.c: size_t is unsigned so it is useless to check for < 0.
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 6a56a8e09a..e7002d1789 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+ Coverity Id 93/NO_EFFECT
+ Coverity Id 94/NO_EFFECT
+ * libcsupport/src/readv.c, libcsupport/src/writev.c: size_t is unsigned
+ so it is useless to check for < 0.
+
+2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+
Coverity Id 125
Coverity Id 126
* libi2c/libi2c.c: Use strncpy and snprintf.