[Mono-bugs] [Bug 79693][Blo] Changed - System.IndexOutOfRangeException at Mime.CheckForBinaryOrText
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Oct 24 11:50:04 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 alex.olk at googlemail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79693
--- shadow/79693 2006-10-22 10:38:10.000000000 -0400
+++ shadow/79693.tmp.490 2006-10-24 11:50:04.000000000 -0400
@@ -100,6 +100,12 @@
- if (buffer_length != -1) {
+ if (buffer_length > 0) {
buffer = new byte[ buffer_length ];
}
}
+
+------- Additional Comments From alex.olk at googlemail.com 2006-10-24 11:50 -------
+Fixed in r66917.
+
+Though it makes me wonder why you do not have the package
+"shared-mime-info" installed on your system.
More information about the mono-bugs
mailing list