summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-28 20:10:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-28 20:10:00 +0000
commit8cb97f594f0fcec84e06feafde6a3dd7dea1cb39 (patch)
tree930fbf83bcc0cf3b868f9142b3122c1b3889cb2f /cpukit/ChangeLog
parentJust comment out line. (diff)
downloadrtems-8cb97f594f0fcec84e06feafde6a3dd7dea1cb39.tar.bz2
2010-08-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1694/shell * libmisc/shell/main_setenv.c: Address memory leak identified by Coverity.
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 bed41b7680..6cfceebccc 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1694/shell
+ * libmisc/shell/main_setenv.c: Address memory leak identified by
+ Coverity.
+
2010-08-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libfs/src/pipe/pipe.c: Remove unreachable line flagged by Coverity as