[Mono-devel-list] Re: [PATCH] Fix for stack walk

Sebastien Pouliot sebastien at ximian.com
Mon May 2 16:34:55 EDT 2005


Hello,

My last patch wasn't ok as it was still possible for some data to be
collected. So the new code allocates a MonoArray with a base value and
double the array size if it runs out of space.

After some gnumeric-fu, the default array length for the stack has been
set to 6 - but this is likely to change in the future (i.e. once more
permissions checks are present in corlib).

New patch is attached.
Thanks

On Wed, 2005-04-27 at 08:56 -0400, Sebastien Pouliot wrote:
> Hello,
> 
> This patch fix a bug where a security stack frame could be collected
> before it's intended time. The frames are now allocated (without the GC)
> until we know on many there are, then copied (i.e. reallocated with the
> GC), kept in a MonoArray and returned to managed code.
> 
> The MonoAppDomain information has also been added to the structure. This
> will allow some limited (bug #74411) appdomain-cas-fu (i.e. sandbox).
> 
-- 
Sebastien Pouliot  <sebastien at ximian.com>
blog: http://pages.infinit.net/ctech/poupou.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mini.20050502.diff
Type: text/x-patch
Size: 3025 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050502/ccb22e65/attachment.bin 


More information about the Mono-devel-list mailing list