[Mono-bugs] [Bug 49604][Maj] New - LosFormatter bug (Fix is provided)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Oct 2003 10:00:35 -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 yaronsh@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49604
--- shadow/49604 2003-10-13 10:00:35.000000000 -0400
+++ shadow/49604.tmp.2240 2003-10-13 10:00:35.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 49604
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: yaronsh@mainsoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: LosFormatter bug (Fix is provided)
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+There are wrong array checks at LosFormatter.
+(I'm not sure this testcase will prove it but you can see it by simple
+reading)
+
+Steps to reproduce the problem:
+1. Open the attached aspx.
+2. Click on the button test 3 times
+
+Actual Results:
+Array index out of range exception.
+
+Expected Results:
+Every click the postbacks counter is growing by one
+
+How often does this happen?
+Always
+
+Additional Information:
+The array checks before retrieving the element are wrong.