summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 23:01:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 23:01:36 +0000
commite4d7016c1a0066f729a84ffaeb8b03a1b913a9a4 (patch)
tree00746fa9746e150bad40de20305030ee5eb1a601 /cpukit/ChangeLog
parent2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e4d7016c1a0066f729a84ffaeb8b03a1b913a9a4.tar.bz2
2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 18 * libmisc/shell/fts.c: Add free(parent) to correct 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 52eaadb773..971f347a31 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+ Coverity Id 18
+ * libmisc/shell/fts.c: Add free(parent) to correct leak.
+
+2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
Coverity Id 24
* libblock/src/ide_part_table.c: Initialize sector to NULL and add
free(sector) on error return path from get_sector() to fix potential