summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-18 18:24:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-18 18:24:53 +0000
commit8c29e98ddf6d26a950213ddf3bd06dfbdb50c0cf (patch)
tree49dae89b5fd24b8b57ee60f869b12e892916c250 /cpukit/ChangeLog
parent2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-8c29e98ddf6d26a950213ddf3bd06dfbdb50c0cf.tar.bz2
2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/imfs/imfs_symlink.c: Add comment on Coverity CID22. This is not a resource leak.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 32c43909be..d74f856d69 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libfs/src/imfs/imfs_symlink.c: Add comment on Coverity CID22. This is
+ not a resource leak.
+
+2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libfs/src/imfs/imfs_symlink.c: Spacing.
2009-12-28 Shrikant Gaikwad <n3oo3n@gmail.com>