[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
Tue, 28 Oct 2003 12:33:25 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=48696
--- shadow/48696 2003-09-22 09:04:46.000000000 -0400
+++ shadow/48696.tmp.13406 2003-10-28 12:33:25.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 48696
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: reali@acm.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -22,6 +22,9 @@
Patch is attached
------- Additional Comments From reali@acm.org 2003-09-22 09:04 -------
Created an attachment (id=5385)
cvs diff StreamReader.cs
+
+------- Additional Comments From miguel@ximian.com 2003-10-28 12:33 -------
+Applied a similar patch.