Closed GoogleCodeExporter closed 9 years ago
applied to trunk (and retained the ability to work on Calendar as well since
there can be both)
Original comment by stefa...@google.com
on 31 Aug 2010 at 7:13
Thanks for fixing this, however from what I can tell the array bounds problem
is still there as of revision 1229
Line 25 says Object o3 = args[3];
which is outside the array, the intention must be args[2] instead
Original comment by knut.for...@gmail.com
on 31 Aug 2010 at 10:51
d'oh, that's what I get for applying patches by hand.
Fixed in r1250.
Original comment by stefa...@google.com
on 31 Aug 2010 at 11:25
Original comment by tfmorris
on 18 Sep 2012 at 2:58
Original issue reported on code.google.com by
knut.for...@gmail.com
on 23 Jun 2010 at 7:16