summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-08 16:50:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-08 16:50:53 +0000
commitd90fef258f1b9a3a982535bd22f9dcca546b5ba1 (patch)
tree8abf029cf09e7eb79e0327a184b37af52133bec3 /cpukit/ChangeLog
parent2011-07-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-d90fef258f1b9a3a982535bd22f9dcca546b5ba1.tar.bz2
2011-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/coremsg.c: Use 64-bit intermediate result on multiply to reliably detect overflow.
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 0ea7ee1697..79f340f0c7 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/src/coremsg.c: Use 64-bit intermediate result on multiply to
+ reliably detect overflow.
+
2011-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* libblock/src/nvdisk-sram.c, libi2c/libi2c.c,