summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 15:20:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 15:20:54 +0000
commitf20ea02f85301af731abf6a628b4d1c83cd0504d (patch)
treea1d8aff95511cb90156e942b4fd2896caf54d2f9 /cpukit/ChangeLog
parent2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-f20ea02f85301af731abf6a628b4d1c83cd0504d.tar.bz2
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/dosfs/msdos_format.c: Rework to avoid overflow on 16-bit targets.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f0f8edc6f0..cd572064f4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libfs/src/dosfs/msdos_format.c: Rework to avoid overflow on 16-bit
+ targets.
+
+2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/src/open_dev_console.c: Use constant numbers to avoid
overflow when shifting on 16-bit targets.