[Mono-bugs] [Bug 36875][Nor] Changed - System.IO.MemoryStream bug in ToArray() and GetBuffer()

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 17 Jan 2003 00:31:34 -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 eric@5stops.com.

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

--- shadow/36875	Fri Jan 17 00:29:02 2003
+++ shadow/36875.tmp.24696	Fri Jan 17 00:31:34 2003
@@ -28,6 +28,11 @@
 
 
 according to the ECMA:
 "The buffer of a closed System.IO.MemoryStream is still available, and the
 System.IO.MemoryStream.ToArray and System.IO.MemoryStream.GetBuffer methods
 can be called successfully."
+
+------- Additional Comments From eric@5stops.com  2003-01-17 00:31 -------
+Created an attachment (id=3157)
+Patch to make MemoryStream ECMA compliant
+