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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82836 --- shadow/82836 2007-09-13 11:34:43.000000000 -0400 +++ shadow/82836.tmp.18957 2007-09-13 14:03:41.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 82836 Product: Mono: Class Libraries Version: 1.2 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: Mono.POSIX AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -36,6 +36,11 @@ More specifically, should write(2) still be called if the buffer contains no data, or should write(2) be skipped? The write(2) man page suggests that a `count' of 0 does nothing, so skipping the write(2) call would probably work... + +------- Additional Comments From [EMAIL PROTECTED] 2007-09-13 14:03 ------- +If buffer size is 0, the underlying read/write will not be performed. + +Fixed in r85767. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
