[Mono-bugs] [Bug 29083][Nor] Changed - Unaligned access in handles.c
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
20 Aug 2002 11:09:14 -0000
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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=29083
--- shadow/29083 Fri Aug 16 23:28:56 2002
+++ shadow/29083.tmp.7814 Tue Aug 20 07:09:14 2002
@@ -1,14 +1,14 @@
Bug#: 29083
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: crichton@gimp.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -32,6 +32,9 @@
+ /* Ok, bytes needs to be aligned */
+ /* Aligh to 32 bits = 4 bytes */
+ bytes = (((bytes) + 3) & (~3));
#ifdef DEBUG
g_message (G_GNUC_PRETTY_FUNCTION
+
+------- Additional Comments From dick@ximian.com 2002-08-20 07:09 -------
+Fixed in CVS