[Mono-bugs] [Bug 22795] Changed - Elements of char[] are corrupted when passed to params char[] methods

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
4 Apr 2002 11:19:37 -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 lupus@ximian.com.

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

--- shadow/22795	Wed Apr  3 03:43:59 2002
+++ shadow/22795.tmp.19641	Thu Apr  4 06:19:37 2002
@@ -1,15 +1,15 @@
 Bug#: 22795
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: 
-Priority: Normal
+Severity: Unknown
+Priority: Major
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mkestner@speakeasy.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -25,6 +25,12 @@
 Created an attachment (id=1562)
 Test Case
 
 
 ------- Additional Comments From lupus@ximian.com  2002-04-03 03:43 -------
 *** Bug 22980 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From lupus@ximian.com  2002-04-04 06:19 -------
+This happens anytime an array of the correct type is passed to a
+method that accepst a 'params' array: mcs tries always to create the
+temporary array and to store the passed in array in an element of the
+temporary one.