summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-15 15:05:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-15 15:05:29 +0000
commit315c9b89f3292bb828451072eae866c51688f06a (patch)
tree290c3bbbf7772dd52ecbad9812d1cba957eb8860 /cpukit/ChangeLog
parent2011-03-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-315c9b89f3292bb828451072eae866c51688f06a.tar.bz2
2011-03-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/dosfs/msdos_format.c: Address Coverity issue 183 which was where an expression evaluated to a constant and issue 185 which was a potential (although unlikely in expected usage) time-of-check, time-of-use race condition.
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 3553376e0e..b227d57826 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2011-03-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libfs/src/dosfs/msdos_format.c: Address Coverity issue 183 which was
+ where an expression evaluated to a constant and issue 185 which was a
+ potential (although unlikely in expected usage) time-of-check,
+ time-of-use race condition.
+
+2011-03-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libmisc/shell/main_setenv.c: Address Coverity issue 134 which
recommends using strnXXX methods.