[Mono-bugs] [Bug 77423][Nor] Changed - Locked file can be wiped out by a StreamWriter
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 25 15:00:13 EDT 2006
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 peter.dettman at iinet.net.au.
http://bugzilla.ximian.com/show_bug.cgi?id=77423
--- shadow/77423 2006-01-31 15:53:43.000000000 -0500
+++ shadow/77423.tmp.4008 2006-09-25 15:00:13.000000000 -0400
@@ -1,22 +1,21 @@
Bug#: 77423
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: io-layer
AssignedTo: dick at ximian.com
ReportedBy: lluis at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Locked file can be wiped out by a StreamWriter
The following test case opens a file with FileShare.None access, so in
theory it can't be modified by another writer. However, when a StreamWriter
tries to rewrite the file, although it fails with an exception, the file is
wiped out.
More information about the mono-bugs
mailing list