Field index bounds check needs to be < length
Opened this issue · 1 comments
Deleted user commented
Currently the bounds check is <= values.length, it must be < length.
Deleted user commented
Fixed in all ILogEntry implementations.
Opened this issue · 1 comments
Currently the bounds check is <= values.length, it must be < length.
Fixed in all ILogEntry implementations.