[Mono-bugs] [Bug 457108] Fields with fixed RVA should be retained at that RVA
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Dec 11 02:26:52 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=457108
User kornelpal at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=457108#c4
--- Comment #4 from Kornél Pál <kornelpal at gmail.com> 2008-12-11 00:26:51 MST ---
I believe that InitializeArray is not affected because it does endian
conversion when required. If a fixed RVA field were converted at it's original
location (by the runtime) it could still be marked as such and InitializeArray
wouldn't do it again.
I however believe that the behaviour exposed by HiddenFixedField.exe is that is
unlikely to be endian safe at runtime level because the runtime has no
information about the size and format of the owerflowing data. For this reason
and because it has been and is still endian unsafe, avoiding endianess
conversion may be preferable in the future as well.
--
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