[Mono-bugs] [Bug 54201][Wis] Changed - HttpUtil.UrlDecodeToBytes throws ArgumentOutOfRangeException("count")
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 12 Feb 2004 09:05:46 -0500 (EST)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54201
--- shadow/54201 2004-02-11 08:37:01.000000000 -0500
+++ shadow/54201.tmp.2261 2004-02-12 09:05:46.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 54201
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: malekith@pld-linux.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -24,6 +24,9 @@
While it should be:
if (count < 0 || offset > len - count)
throw new ArgumentOutOfRangeException("count");
+
+------- Additional Comments From gonzalo@ximian.com 2004-02-12 09:05 -------
+Fixed in CVS. Thanks!