[Mono-bugs] [Bug 38421][Min] Changed - ASCIIEncoder::GetString(byte[],int,int) throws unwanted exception

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 2 Mar 2003 11:15:46 -0500 (EST)


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@ximian.com.

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

--- shadow/38421	Thu Feb 20 16:05:08 2003
+++ shadow/38421.tmp.21812	Sun Mar  2 11:15:46 2003
@@ -1,14 +1,14 @@
 Bug#: 38421
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 7.3
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jkdoug@psu.edu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,11 @@
 
 // In an unsafe context, of course...
 string strDevice = new ASCIIEncoding().GetString(replyData, 
 sizeof(DeviceRequestResp) - MAX_DEVICE_STRING_LEN, MAX_DEVICE_STRING_LEN);
 
 Console.WriteLine("Access to device: {0}", strDevice);
+
+------- Additional Comments From gonzalo@ximian.com  2003-03-02 11:15 -------
+This bug report is unusable.
+
+Can you please provide a test case so we can reproduce the bug?