[Mono-bugs] [Bug 76623][Nor] Changed - Oracle : Problem with handling international error message

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 4 13:49:13 EST 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 gonzalo at ximian.com.

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

--- shadow/76623	2005-11-03 06:05:26.000000000 -0500
+++ shadow/76623.tmp.2907	2005-11-04 13:49:13.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 76623
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: informatique.internet at fiducial.fr               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -30,6 +30,18 @@
 Thanks
 
 ------- Additional Comments From informatique.internet at fiducial.fr  2005-11-03 06:05 -------
 Created an attachment (id=16022)
 patch that solve the issue
 
+
+------- Additional Comments From gonzalo at ximian.com  2005-11-04 13:49 -------
+There's something I don't understand about the patch.
+Why do you do
++	byte[] bytea=new byte[errbufSize];
+
+and then
+
++	Marshal.Copy (errbuf,bytea,0,512);
+?
+
+Isn't the size of the message supposed to be errBufSize instead of 512?


More information about the mono-bugs mailing list