summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-20 16:24:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-20 16:24:11 +0000
commit59f7e9177af236086328a3af4fe3f89b278e2def (patch)
treecf6351bfba2000dd651771da98961e3814db8ebb /cpukit/ChangeLog
parent2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-59f7e9177af236086328a3af4fe3f89b278e2def.tar.bz2
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 27 * libmisc/fsmount/fsmount.c: Ensure calloc() returns memory and then we do not have to check null when freeing it. Coverity noted it was used before being checked for NULL.
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 edfd37bfcf..cf4c3360f7 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+ Coverity Id 27
+ * libmisc/fsmount/fsmount.c: Ensure calloc() returns memory and then we
+ do not have to check null when freeing it. Coverity noted it was used
+ before being checked for NULL.
+
+2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
Coverity Id 3
* libmisc/shell/shell.c: Remove dead code path and fix warning.