[Mono-bugs] [Bug 77506][Blo] New - Mono.Data.SqliteClient.SqliteDataReader is 64-bit unclean

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Feb 8 18:57:50 EST 2006


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 joeshaw at novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77506

--- shadow/77506	2006-02-08 18:57:50.000000000 -0500
+++ shadow/77506.tmp.22274	2006-02-08 18:57:50.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 77506
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Sys.Data
+AssignedTo: tauberer at for.net                            
+ReportedBy: joeshaw at novell.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono.Data.SqliteClient.SqliteDataReader is 64-bit unclean
+
+A few places in SqliteDataReader.ReadpVm() do things like "IntPtr foo =
+(IntPtr) Marshal.ReadInt32 (blah)", which won't work on 64-bit architectures.
+
+Attaching a patch which fixes this, against r56687.


More information about the mono-bugs mailing list