[Mono-bugs] [Bug 48696][Wis] Changed - System.IO.StreamReader must check if stream closed before reading
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Sep 2003 09:04:46 -0400 (EDT)
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 reali@acm.org.
http://bugzilla.ximian.com/show_bug.cgi?id=48696
--- shadow/48696 2003-09-22 09:04:07.000000000 -0400
+++ shadow/48696.tmp.25629 2003-09-22 09:04:46.000000000 -0400
@@ -17,6 +17,11 @@
Summary: System.IO.StreamReader must check if stream closed before reading
A StreamReader must check if the stream has been closed (otherwise a
ObjectDisposedException must be thrown) before reading from the stream.
Patch is attached
+
+------- Additional Comments From reali@acm.org 2003-09-22 09:04 -------
+Created an attachment (id=5385)
+cvs diff StreamReader.cs
+