[Mono-bugs] [Bug 67324][Nor] Changed - Incorrect casts (patch included)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 2 Oct 2004 18:55:29 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by massi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67324
--- shadow/67324 2004-10-02 17:21:17.000000000 -0400
+++ shadow/67324.tmp.8824 2004-10-02 18:55:29.000000000 -0400
@@ -25,6 +25,9 @@
In mono/metadata/process.c, there are several instances where pointers are
aligned by casting to "unsigned", which is unsafe on 64-bit architectures.
Suggested fix: http://will.iki.fi/patches/mono-casts.diff
(The above is against mono-1.1.1)
+
+------- Additional Comments From massi@ximian.com 2004-10-02 18:55 -------
+The patch looks OK, fixed in cvs.