From 4cce3f97c508b4304d1b3901cdbdfeea17cec6d3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 25 Aug 2010 22:25:18 +0000 Subject: 2010-08-25 Joel Sherrill 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. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 6a56a8e09a..e7002d1789 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2010-08-25 Joel Sherrill + + 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 Coverity Id 125 -- cgit v1.2.3