summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 19:33:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 19:33:08 +0000
commit2d2dcab250a2fd7a0bca29b2d34dca2f51c7d2f9 (patch)
treeeb78ed6426e862e5dc175adfdfe9aced4adc3d7c /cpukit/ChangeLog
parent2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2d2dcab250a2fd7a0bca29b2d34dca2f51c7d2f9.tar.bz2
2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 5 * score/src/objectinitializeinformation.c: Do not modify maximum parameter. Clean up and simplify code. This should help the Coverity path analysis to avoid reporting issues.
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 cc1d28f6c0..c1d1d8b878 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+ Coverity Id 5
+ * score/src/objectinitializeinformation.c: Do not modify maximum
+ parameter. Clean up and simplify code. This should help the Coverity
+ path analysis to avoid reporting issues.
+
+2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_creat.c,
libfs/src/imfs/imfs_initsupp.c, libfs/src/imfs/imfs_link.c,
libfs/src/imfs/imfs_load_tar.c, libfs/src/imfs/imfs_mknod.c,