From 4d73c382ab83222c9ea10194e4270f1259c517b2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 25 Aug 2010 12:35:52 +0000 Subject: 2010-08-25 Sebastian Huber PR 1672/cpukit * score/include/rtems/score/heap.h, score/src/heap.c, score/src/heapallocate.c, score/src/heapextend.c, score/src/heapfree.c, score/src/heapresizeblock.c, score/src/heapsizeofuserarea.c: Added heap protection in case RTEMS_DEBUG is defined. --- cpukit/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index a0efde5f1c..d11cfde955 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,12 @@ +2010-08-25 Sebastian Huber + + PR 1672/cpukit + * score/include/rtems/score/heap.h, score/src/heap.c, + score/src/heapallocate.c, score/src/heapextend.c, + score/src/heapfree.c, score/src/heapresizeblock.c, + score/src/heapsizeofuserarea.c: Added heap protection in case + RTEMS_DEBUG is defined. + 2010-08-25 Sebastian Huber * libfs/src/imfs/imfs_fcntl.c: Removed file. -- cgit v1.2.3