summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-14 13:01:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-14 13:01:58 +0000
commit15bcb4113c99b9c6fe71ffb4165a92ba7bfb7c49 (patch)
treef2fffa4de56719811f801408a758c41afc1d1cf7 /cpukit/ChangeLog
parent2010-06-14 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-15bcb4113c99b9c6fe71ffb4165a92ba7bfb7c49.tar.bz2
2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1553/filesystem Coverity Id 37 * libblock/src/flashdisk.c: Fix two paths which should have returned an error but did not have the return statement.
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 f107c002e3..73f50cba81 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ PR 1553/filesystem
+ Coverity Id 37
+ * libblock/src/flashdisk.c: Fix two paths which should have returned an
+ error but did not have the return statement.
+
2010-06-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libmd/md5.h: Define MD5_DIGEST_SIZE.