Open
Description
ArrayAccumulation computes the array index via ToString(ToUint32(nextIndex+padding))
. This means the index may become 2^32-1. But that's not a valid array index anymore since it is the max value of the length property.
ArrayAccumulation computes the array index via ToString(ToUint32(nextIndex+padding))
. This means the index may become 2^32-1. But that's not a valid array index anymore since it is the max value of the length property.