rkalla/cloudfront-log-parser

Field index bounds check needs to be < length

Opened this issue · 1 comments

Currently the bounds check is <= values.length, it must be < length.

Fixed in all ILogEntry implementations.