summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 23:47:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 23:47:41 +0000
commitb61ad658f1d5e48445e601e99234289d27043c33 (patch)
treec7df104032d31f0408d3870d1d64c4c8a83653ca /cpukit/ChangeLog
parent2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b61ad658f1d5e48445e601e99234289d27043c33.tar.bz2
2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* libblock/src/ide_part_table.c: Another error path without a free(sector).
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 c696696f98..32b8ab0599 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libblock/src/ide_part_table.c: Another error path without a
+ free(sector).
+
+2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
Coverity Id 28
* libcsupport/src/termios.c: Set then unconditionally to avoid
potential paths where it might be used uninitialized. Recommended by