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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -195,6 +195,13 @@ //----------- PRINT RESULTS ---------------- Console.WriteLine("'{0}' (length {1})", data, data.Length); } } } + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
