diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 2004-07-14 21:05:15 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 2004-07-14 21:05:15 +0000 |
commit | 9b63fbf86746ba5f30e9ba2c993492afe28671a8 (patch) | |
tree | db633153e5ffffaa3d1b499754325940fd3fcd4d /cpukit/ChangeLog | |
parent | a0f29ca4fd4d2d036a622d554415ec65ce1fe1f4 (diff) | |
download | rtems-9b63fbf86746ba5f30e9ba2c993492afe28671a8.tar.bz2 |
2004-07-14 Joel Sherrill <joel@OARcorp.com>
PR 650/rtems
* score/src/coremsg.c: Check for mathemathical overflow when calculating
amount of memory to allocate for message buffers.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r-- | cpukit/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 31d5c3d5e1..0aee310f74 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,11 @@ 2004-07-14 Joel Sherrill <joel@OARcorp.com> + PR 650/rtems + * score/src/coremsg.c: Check for mathemathical overflow when calculating + amount of memory to allocate for message buffers. + +2004-07-14 Joel Sherrill <joel@OARcorp.com> + PR 651/core * rtems/src/taskident.c: Add NULL check for id. |