[Mono-bugs] [Bug 72368][Nor] Changed - Convert.ToBase64String is broken on Linux Mono 1.0.5

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Feb 2005 20:38:04 -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 sebastien@ximian.com.

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

--- shadow/72368	2005-02-08 19:50:50.000000000 -0500
+++ shadow/72368.tmp.15189	2005-02-08 20:38:04.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 72368
 Product: Mono: Class Libraries
 Version: 1.0
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: dmcgowan@meiosys.com               
 QAContact: mono-bugs@ximian.com
@@ -49,6 +49,36 @@
 
 ------- Additional Comments From sebastien@ximian.com  2005-02-08 19:50 -------
 This is more likely a CryptoStream problem. Assigning to self.
 
 You mean it works with Mono 1.0.5 on Windows and not with Mono 1.0.5
 on Linux ?
+
+------- Additional Comments From sebastien@ximian.com  2005-02-08 20:38 -------
+Same on 1.1.4
+
+Mono 1.1.4 (Linux)
+YivMeBaR8VYEhLzM7Ztm7A== Length: 24
+
+Mono 1.1.4 (Windows)
+eppvNxc9AnntRNTNBQlG6g== Length: 24
+
+but not base64 related as adding:
+
+	byte[] encdata = msWriter.ToArray ();
+	Console.WriteLine (BitConverter.ToString (encdata));
+
+shows that:
+
+Linux:   62-2B-CC-78-16-91-F1-56-04-84-BC-CC-ED-9B-66-EC
+Windows: 7A-9A-6F-37-17-3D-02-79-ED-44-D4-CD-05-09-46-EA
+
+
+
+
+Hmmm... I must admit you confused me for a moment ;-)
+
+Having the same value on Windows as MS and different value on Linux
+seems rather strange - until you look at the code...
+
+	SWriter.WriteLine("test");
+                     ^^^^