summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2011-03-01 05:29:26 +0000
committerChris Johns <chrisj@rtems.org>2011-03-01 05:29:26 +0000
commit678b206fd8a798a9564dfffc2cfd1aadfb4a777f (patch)
treecb9bade71217ecaabfd966fcae1412f0f57bccd3 /cpukit/ChangeLog
parent2011-02-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-678b206fd8a798a9564dfffc2cfd1aadfb4a777f.tar.bz2
2011-03-01 Chris Johns <chrisj@rtems.org>
* score/src/heapfree.c, score/src/heapresizeblock.c: PR 1746. Move protection block checks to after the block address has been checked as a valid heap address. Add a special case in the heap free for a NULL address.
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 a8fdaae9f4..58bdcfed82 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-01 Chris Johns <chrisj@rtems.org>
+
+ * score/src/heapfree.c, score/src/heapresizeblock.c: PR 1746. Move
+ protection block checks to after the block address has been
+ checked as a valid heap address. Add a special case in the heap
+ free for a NULL address.
+
2011-02-27 Jennifer Averett <jennifer.averett@OARcorp.com>
* score/include/rtems/score/schedulerpriority.h,