[Mono-devel-list] [PATCH] Fix up pinned variables

Ben Maurer bmaurer at users.sourceforge.net
Wed Mar 31 15:07:33 EST 2004


Hello,

Lupus caught this bug, my patch for pinned variables sets pinned on
random types in memory.

A patch for the issue is attached. The reason I changed position from
uint to ushort is so that it would not increase the size of the object.
I could have made position a bit field, but that would have required me
recompiling, which would signify submitting to Lupus' evil plan ;-).

-- Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: corlib-pinned.patch
Type: text/x-patch
Size: 1380 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040331/f1a0aa77/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: metadata-pinned.patch
Type: text/x-patch
Size: 2700 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040331/f1a0aa77/attachment-0001.bin 


More information about the Mono-devel-list mailing list