|
From: Bart V. A. <bar...@gm...> - 2008-12-01 13:02:51
|
On Mon, Dec 1, 2008 at 1:48 PM, Felix Schmidt <fel...@we...> wrote: > Let me summarise: > > If a address range is in bounds of the corresponding stack of the current thread, i can come > from a stack address. Contratiwise it's a heap address? Trough the functions I mentioned you can find out whether or not an address is a stack address. Data addresses that are not stack addresses do not necessarily point to dynamically allocated addresses -- these can be BSS addresses too. Do you need to know how to tell the difference between the last two categories ? Bart. |