[Mono-bugs] [Bug 46060][Nor] Changed - BinaryStream.WriteByte tries to expand stream capacity when not needed.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 9 Jul 2003 19:41:14 -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 barce@frlp.utn.edu.ar.

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

--- shadow/46060	Wed Jul  9 19:38:59 2003
+++ shadow/46060.tmp.28577	Wed Jul  9 19:41:14 2003
@@ -70,6 +70,11 @@
 
 			if (position >= length)
 				length = position + 1;
 
 			internalBuffer [position++] = value;
 		}
+
+------- Additional Comments From barce@frlp.utn.edu.ar  2003-07-09 19:41 -------
+Created an attachment (id=4822)
+Patch to fix this bug
+