summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-18 23:39:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-18 23:39:31 +0000
commit9ba0e55fc45986d42d40fbaa399c842321142a8b (patch)
treed38d27164eda19d0f79348473617838bf54b0104 /cpukit/ChangeLog
parent2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9ba0e55fc45986d42d40fbaa399c842321142a8b.tar.bz2
2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 19 Coverity Id 20 Coverity Id 21 * libfs/src/imfs/imfs_link.c, libfs/src/imfs/imfs_load_tar.c, libfs/src/imfs/imfs_mknod.c: Add comment to explain allocation is for life of file, not scope of method.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ad6259c1d1..c56650f2d9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,14 @@
2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+ Coverity Id 19
+ Coverity Id 20
+ Coverity Id 21
+ * libfs/src/imfs/imfs_link.c, libfs/src/imfs/imfs_load_tar.c,
+ libfs/src/imfs/imfs_mknod.c: Add comment to explain allocation is
+ for life of file, not scope of method.
+
+2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
Coverity Id 12
Coverity Id 13
Coverity Id 14