[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NULL call to _Workspace_Free() via _Objects_Extend_information at startup
- Date: Tue, 01 Mar 2011 21:23:30 +1100
- From: chrisj at rtems.org (Chris Johns)
- Subject: NULL call to _Workspace_Free() via _Objects_Extend_information at startup
On 1/03/11 7:39 PM, Sebastian Huber wrote:
> It says may because it will not always corrupt the heap. Passing a pointer
> outside the bounding interval of all heap areas will be rejected without harm.
> Passing maybe "valid pointer to allocated heap area + 4" will corrupt the heap.
Is this comment worth adding to the code ? I think it is.
Chris