summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 16:27:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 16:27:37 +0000
commitad376300acbe6ef6505127e61ea3653e98d89558 (patch)
treebe1c5cca0468663ef4532d7870341b2980a34486 /cpukit/ChangeLog
parent2010-06-21 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-ad376300acbe6ef6505127e61ea3653e98d89558.tar.bz2
2010-06-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1554/cpukit Coverity Id 17 * libi2c/libi2c.c, score/src/objectextendinformation.c: Fix memory leak on error.
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 ea43825fe3..8f02225593 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2010-06-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
+ PR 1554/cpukit
+ Coverity Id 17
+ * libi2c/libi2c.c, score/src/objectextendinformation.c: Fix memory leak
+ on error.
+
+2010-06-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
PR 1559/misc
Coverity Id 16
* libmisc/monitor/mon-editor.c: Fix buffer overflow.