summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 22:09:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 22:09:20 +0000
commitd3231fbaef621f7f11b79085c50c3f343966f693 (patch)
tree96aecaa834f4132b53a4ae73efd5c9c4a8e20e73 /cpukit/ChangeLog
parent2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-d3231fbaef621f7f11b79085c50c3f343966f693.tar.bz2
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 leak.
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 3db881db83..52eaadb773 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
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
+ leak.
+
+2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
Coverity Id 25
* libblock/src/ide_part_table.c: Add free(sector) on error return path
to fix leak.