From 4c09f4b3fefc7ba5c5868a97ad00c1ee14a06677 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Oct 2008 20:56:55 +0000 Subject: 2008-10-02 Joel Sherrill * libcsupport/src/malloc_statistics_helpers.c, libcsupport/src/realloc.c, rtems/include/rtems/rtems/region.h, rtems/include/rtems/rtems/support.h, rtems/src/regiongetsegmentsize.c, rtems/src/regionresizesegment.c, rtems/src/workspace.c, sapi/include/confdefs.h, score/include/rtems/score/heap.h, score/include/rtems/score/protectedheap.h, score/include/rtems/score/wkspace.h, score/src/heap.c, score/src/heapallocate.c, score/src/heapallocatealigned.c, score/src/heapextend.c, score/src/heapresizeblock.c, score/src/heapsizeofuserarea.c, score/src/pheapgetblocksize.c, score/src/wkspace.c: Change size_t to ssize_t on all Heap, Workspace and Region calls. On 16-bit architectures, size_t can be 16-bits which would limit sizes to 64K. --- cpukit/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 75a0917e88..72c41c57b5 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,20 @@ +2008-10-02 Joel Sherrill + + * libcsupport/src/malloc_statistics_helpers.c, + libcsupport/src/realloc.c, rtems/include/rtems/rtems/region.h, + rtems/include/rtems/rtems/support.h, + rtems/src/regiongetsegmentsize.c, rtems/src/regionresizesegment.c, + rtems/src/workspace.c, sapi/include/confdefs.h, + score/include/rtems/score/heap.h, + score/include/rtems/score/protectedheap.h, + score/include/rtems/score/wkspace.h, score/src/heap.c, + score/src/heapallocate.c, score/src/heapallocatealigned.c, + score/src/heapextend.c, score/src/heapresizeblock.c, + score/src/heapsizeofuserarea.c, score/src/pheapgetblocksize.c, + score/src/wkspace.c: Change size_t to ssize_t on all Heap, Workspace + and Region calls. On 16-bit architectures, size_t can be 16-bits + which would limit sizes to 64K. + 2008-10-02 Joel Sherrill * libmisc/shell/main_cp.c, libmisc/shell/main_ls.c, -- cgit v1.2.3