[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
23 Apr 2002 10:10:47 -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 Thu Apr 4 06:19:37 2002
+++ shadow/22795.tmp.32236 Tue Apr 23 06:10:47 2002
@@ -3,13 +3,13 @@
Version: unspecified
OS: other
OS Details:
Status: ASSIGNED
Resolution:
Severity: Unknown
-Priority: Major
+Priority: Critical
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mkestner@speakeasy.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -31,6 +31,10 @@
------- 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.
+
+------- Additional Comments From lupus@ximian.com 2002-04-23 06:10 -------
+This bug makes also Double.Parse() fail as tracked down by Patrik.
+We really need a fix for this.