[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
Thu, 10 Apr 2003 02:25:28 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=41082
--- shadow/41082 Thu Apr 10 02:24:49 2003
+++ shadow/41082.tmp.11435 Thu Apr 10 02:25:28 2003
@@ -25,6 +25,11 @@
trying to write. (according to MS docs)
When CanRead is false, a NotSupportedException should be thrown when
trying to read. (according to MS docs)
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
+