зеркало из https://github.com/mono/mail-archives.git
98 строки
3.8 KiB
HTML
98 строки
3.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 60573][Nor] Changed - CryptoStream output 1 block short after Flush
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="017742.html">
|
|
<LINK REL="Next" HREF="017745.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 60573][Nor] Changed - CryptoStream output 1 block short after Flush
|
|
</H1>
|
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 60573][Nor] Changed - CryptoStream output 1 block short after Flush">bugzilla-daemon@bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Tue, 22 Jun 2004 14:22:47 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="017742.html">[Mono-bugs] [Bug 60575][Cri] New - Beta 2 works Beta 3 and up fails
|
|
</A></li>
|
|
<LI> Next message: <A HREF="017745.html">[Mono-bugs] [Bug 60470][Wis] Changed - Exception thrown when infering Xml Schema to DataSet
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#17743">[ date ]</a>
|
|
<a href="thread.html#17743">[ thread ]</a>
|
|
<a href="subject.html#17743">[ subject ]</a>
|
|
<a href="author.html#17743">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:t7@pobox.com.">t7@pobox.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=60573">http://bugzilla.ximian.com/show_bug.cgi?id=60573</A>
|
|
|
|
--- shadow/60573 2004-06-22 13:34:56.000000000 -0400
|
|
+++ shadow/60573.tmp.25548 2004-06-22 14:22:47.000000000 -0400
|
|
@@ -1,13 +1,13 @@
|
|
Bug#: 60573
|
|
Product: Mono: Class Libraries
|
|
Version: unspecified
|
|
OS: unknown
|
|
OS Details: Other
|
|
-Status: NEW
|
|
-Resolution:
|
|
+Status: RESOLVED
|
|
+Resolution: NOTABUG
|
|
Severity: Unknown
|
|
Priority: Normal
|
|
Component: System.Security
|
|
AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
ReportedBy: <A HREF="mailto:t7@pobox.com">t7@pobox.com</A>
|
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
@@ -220,6 +220,18 @@
|
|
// System.Security.Cryptography CryptoStream.cs
|
|
//
|
|
// Authors:
|
|
// Thomas Neidhart (<A HREF="mailto:tome@sbox.tugraz.at">tome@sbox.tugraz.at</A>)
|
|
// Sebastien Pouliot (<A HREF="mailto:sebastien@ximian.com">sebastien@ximian.com</A>)
|
|
/
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:t7@pobox.com">t7@pobox.com</A> 2004-06-22 14:22 -------
|
|
+I'm still not certain, but looking at the source and the following
|
|
+comment, it looks like it is intentional that it doesn't output the
|
|
+last block on Flush(). (I thought Flush() would call
|
|
+FlushFinalBlock() - but it doesn't. Should it?)
|
|
+
|
|
+from CryptoStream.cs: Write(..) (from 0.96 release sources)
|
|
+// transform all except the last block (which may be the last block
|
|
+// of the stream and require TransformFinalBlock)
|
|
+
|
|
+So, perhaps this isn't abug afterall (??...)
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="017742.html">[Mono-bugs] [Bug 60575][Cri] New - Beta 2 works Beta 3 and up fails
|
|
</A></li>
|
|
<LI> Next message: <A HREF="017745.html">[Mono-bugs] [Bug 60470][Wis] Changed - Exception thrown when infering Xml Schema to DataSet
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#17743">[ date ]</a>
|
|
<a href="thread.html#17743">[ thread ]</a>
|
|
<a href="subject.html#17743">[ subject ]</a>
|
|
<a href="author.html#17743">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|