[Mono-bugs] [Bug 82428][Maj] Changed - Cannot deserialize data from encrypted stream

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 17 09:07:42 EDT 2007


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

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

--- shadow/82428	2007-08-16 23:37:02.000000000 -0400
+++ shadow/82428.tmp.20205	2007-08-17 09:07:42.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 82428
 Product: Mono: Class Libraries
 Version: 1.2
 OS: other
 OS Details: 
-Status: REOPENED   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: rhowell at novell.com               
@@ -106,6 +106,28 @@
 
 I also tested this on the mono 1.2.5p4 and the output looks exactly
 like the output in your comment (broken).
 
 If this is a new bug, I'll be happy to file it, but it seems related
 to this one.
+
+------- Additional Comments From sebastien at ximian.com  2007-08-17 09:07 -------
+You're right I missed that ending "data"
+
+poupou at pollux:~/src/bugzilla> gedit 82428.cs
+poupou at pollux:~/src/bugzilla> mcs 82428.cs
+poupou at pollux:~/src/bugzilla> mono 82428.exe
+this is sensitive data
+poupou at pollux:~/src/bugzilla> gmcs 82428.cs
+poupou at pollux:~/src/bugzilla> mono 82428.exe
+this is sensitive data
+poupou at pollux:~/src/bugzilla> mcs 82428.cs -d:USECRYPT
+poupou at pollux:~/src/bugzilla> mono 82428.exe
+this is sensitive
+poupou at pollux:~/src/bugzilla> gmcs 82428.cs -d:USECRYPT
+poupou at pollux:~/src/bugzilla> mono 82428.exe
+this is sensitive
+
+The string length is the same in both case (22) so the end of the
+string must be unprintable garbage.
+
+This used to work, at least it works using my SLED-installed 1.1.13.8


More information about the mono-bugs mailing list