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

Sebastien Pouliot sebastien at ximian.com
Wed Apr 27 08:56:37 EDT 2005


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.20050427.diff
Type: text/x-patch
Size: 4112 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050427/f7a7c2bd/attachment.bin 


More information about the Mono-devel-list mailing list