[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 11:15:16 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-17 10:34:10.000000000 -0400
+++ shadow/82428.tmp.23268	2007-08-17 11:15:16.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 82428
 Product: Mono: Class Libraries
 Version: 1.2
 OS: other
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: rhowell at novell.com               
 QAContact: twiest at novell.com
@@ -195,6 +195,13 @@
 			//----------- PRINT RESULTS ----------------
 			Console.WriteLine("'{0}' (length {1})", data, data.Length);
 		}
 	}
 }
 
+
+------- Additional Comments From sebastien at ximian.com  2007-08-17 11:15 -------
+Fixed in SVN r84281 (HEAD) and r84282 (1-2-5).
+
+The issue was that, in a certain case, CryptoStream.Write depended on
+buffer.Length :| The serialization code uses large buffers and a count
+smaller than the buffer's length.


More information about the mono-bugs mailing list