[Mono-bugs] [Bug 22795] New - Elements of char[] are corrupted when passed to params char[] methods
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
29 Mar 2002 21:19:39 -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 mkestner@speakeasy.net.
http://bugzilla.ximian.com/show_bug.cgi?id=22795
--- shadow/22795 Fri Mar 29 16:19:39 2002
+++ shadow/22795.tmp.30854 Fri Mar 29 16:19:39 2002
@@ -0,0 +1,22 @@
+Bug#: 22795
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mkestner@speakeasy.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Elements of char[] are corrupted when passed to params char[] methods
+
+mcs mono from CVS 15:00 CST 3/29/02
+
+when a char[] is passed to a method(params char[]) the resulting char array
+elements are corrupted. I'll attach a test case.