[Mono-bugs] [Bug 75177][Nor] Changed - Read Decimal; NULL Value gives overflow Exception

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 9 07:30:22 EDT 2005


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

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

--- shadow/75177	2005-06-09 07:30:02.000000000 -0400
+++ shadow/75177.tmp.12982	2005-06-09 07:30:22.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 75177
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: tsureshkumar at novell.com                            
 ReportedBy: timo-mono at pokorra.de               
 QAContact: mono-bugs at ximian.com
@@ -44,6 +44,11 @@
    byte[] temp = new byte[outsize];
    for (int i=0;i<outsize;i++)
       temp[i]=buffer[i];
    DataValue=Decimal.Parse(System.Text.Encoding.Default.GetString(temp));
 }
 else DataValue = DBNull.Value;
+
+------- Additional Comments From tsureshkumar at novell.com  2005-06-09 07:30 -------
+fixed in svn.
+
+revision r45683


More information about the mono-bugs mailing list