summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-07-24 17:35:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-07-24 17:35:24 +0000
commit8a4a349ebe5a24fd2afefea8c53672433b756a91 (patch)
tree7b2a46941422066dce69b3a826fe04e3f6d2da4a /cpukit/ChangeLog
parent2004-07-24 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-8a4a349ebe5a24fd2afefea8c53672433b756a91.tar.bz2
2004-07-24 Joel Sherrill <joel@OARcorp.com>
PR 660/rtems * score/cpu/m68k/rtems/score/m68k.h, score/cpu/mips/cpu_asm.S, score/src/threadinitialize.c, score/src/threadstackallocate.c: Check for overflow when allocating stack.
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 61e345aac6..f9442718be 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2004-07-24 Joel Sherrill <joel@OARcorp.com>
+ PR 660/rtems
+ * score/cpu/m68k/rtems/score/m68k.h, score/cpu/mips/cpu_asm.S,
+ score/src/threadinitialize.c, score/src/threadstackallocate.c: Check
+ for overflow when allocating stack.
+
+2004-07-24 Joel Sherrill <joel@OARcorp.com>
+
PR 659/rtems
* score/src/heapsizeofuserarea.c: Check that address specified is in
the heap.