[Mono-bugs] [Bug 471252] Array.SetValue(array, int[]) raises exception IndexOutOfRangeException on Mono only (works in .NET)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jan 31 09:28:35 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=471252

User joe at mistachkin.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=471252#c1





--- Comment #1 from Joe Mistachkin <joe at mistachkin.com>  2009-01-31 07:28:33 MST ---
Further research reveals that my initial suspicion may be correct (i.e.
negative element indexes are not properly supported).

1. An array of rank 2 with lower bounds of (-1, -2) and lengths of (4, 4) is
created.

2. An attempt is made to set the value at (-1, -2) and the exception is raised.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list