[Mono-bugs] [Bug 76400][Nor] Changed - [PATCH] Avoid buffers in
IndexOf with managed collation
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Oct 14 01:11:37 EDT 2005
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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=76400
--- shadow/76400 2005-10-14 00:20:47.000000000 -0400
+++ shadow/76400.tmp.13403 2005-10-14 01:11:37.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs at ximian.com
ReportedBy: bmaurer at users.sf.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: [PATCH] DateTime.Parse allocates 17 kb / call
+Summary: [PATCH] Avoid buffers in IndexOf with managed collation
The following test case:
using System;
using System.IO;
@@ -104,6 +104,13 @@
how will this patch go?
------- Additional Comments From miguel at ximian.com 2005-10-14 00:20 -------
In my opinion your patch looks decent Ben, what about some nunit test
cases?
+
+------- Additional Comments From bmaurer at users.sf.net 2005-10-14 01:11 -------
+Ok, I put in my patch with a test to ensure that we don't return a
+duplicate array from the method I modified (which would be a security
+issue).
+
+renaming pending Atsushi's patch.
More information about the mono-bugs
mailing list