summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 23:03:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-19 23:03:24 +0000
commite00381a5749e687e0a88058104af904e9d52c311 (patch)
treeb5b70919078481c4e1912caa157081c3676bffba /cpukit/ChangeLog
parent2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e00381a5749e687e0a88058104af904e9d52c311.tar.bz2
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 Eric Norum.
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 971f347a31..c696696f98 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
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
+ Eric Norum.
+
+2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
Coverity Id 18
* libmisc/shell/fts.c: Add free(parent) to correct leak.