summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 22:05:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 22:05:30 +0000
commitb2ac8a9c4ffb865b9a9ae5cbd1102bb105d2ba8a (patch)
tree7276915c819138c51b100e11daddef40c0f48f5b /cpukit/ChangeLog
parent2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b2ac8a9c4ffb865b9a9ae5cbd1102bb105d2ba8a.tar.bz2
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.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c1d1d8b878..3db881db83 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
Coverity Id 5
* score/src/objectinitializeinformation.c: Do not modify maximum
parameter. Clean up and simplify code. This should help the Coverity