summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-07-24 17:25:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-07-24 17:25:33 +0000
commitfff1b2068c1fc5a02b129243bdb02723a00cb3f7 (patch)
treedf109fbeb12c9bd1b607cfb8ad5c0d39fb91972c /cpukit/ChangeLog
parentFix format. (diff)
downloadrtems-fff1b2068c1fc5a02b129243bdb02723a00cb3f7.tar.bz2
2004-07-24 Joel Sherrill <joel@OARcorp.com>
PR 659/rtems * score/src/heapsizeofuserarea.c: Check that address specified is in the heap.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b062fb23b3..61e345aac6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2004-07-24 Joel Sherrill <joel@OARcorp.com>
+ PR 659/rtems
+ * score/src/heapsizeofuserarea.c: Check that address specified is in
+ the heap.
+
+2004-07-24 Joel Sherrill <joel@OARcorp.com>
+
PR 652/rtems
* rtems/src/signalsend.c: Return RTEMS_INVALID_NUMBER when sending an
empty signal set.