[Mono-bugs] [Bug 41082][Nor] Changed - FileStream does not always check access before reading or writing

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 11 Apr 2003 19:39:10 -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 gonzalo@ximian.com.

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

--- shadow/41082	Thu Apr 10 02:25:28 2003
+++ shadow/41082.tmp.18953	Fri Apr 11 19:39:10 2003
@@ -1,14 +1,14 @@
 Bug#: 41082
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 2003
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,13 @@
 I'll attach a patch that fixes this.
 
 ------- Additional Comments From gert.driesen@pandora.be  2003-04-10 02:25 -------
 Created an attachment (id=3998)
 patch for fixes issue with filestream not always checking access
 
+
+------- Additional Comments From gonzalo@ximian.com  2003-04-11 19:39 -------
+Can you also attach a test case, please?
+That way we'll add it to the unit tests and check that the bug is
+really there.
+
+Thanks.