[Mono-bugs] [Bug 324535] RuntimeHelpers.InitializeArray() needs more checks

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 5 00:50:17 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=324535#c3





--- Comment #3 from Jeroen Frijters <jeroen at sumatra.nl>  2007-11-04 22:50:16 MST ---
RuntimeHelpers.InitializeArray() essentially does a memcpy from the static data
to the array. If the array elements contain references, this means that you are
creating arbitrary references and that allows you to bypass the type system.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list