shamim8888 / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

Ordered/Unordered lists with large items can cause an ArrayIndexOutOfBounds when manipulated #905

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If one has a collection of items larger than the maximum size for a signed 
short integer, this collection can cause an ArrayIndexOutOfBounds when any 
attempt is made to access the items by index, because the offsets while stored 
as a 4 byte integer, are first cast to a 2 byte integer.

Original issue reported on code.google.com by ima...@uci.edu on 26 Jun 2015 at 7:26

GoogleCodeExporter commented 8 years ago
Fixed in c0c2c1bf43c20015c09b2de504deffe02edaf550

Original comment by ima...@uci.edu on 26 Jun 2015 at 7:29