summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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,