[Webkit-unassigned] [Bug 86733] Setting array index -1 and looping over array causes bad behavior

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 12:16:30 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86733





--- Comment #3 from Gavin Kistner <gavin at phrogz.net>  2012-05-17 12:15:35 PST ---
(In reply to comment #2)
>   while (i<10000) x = a[i++ % a];

I intended to write:
   while (i<10000) x = a[i++ % c];

but either version results in similar output.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list