Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For startPositionAtRow, calculated offset variable was an int which was being casted to uint64. This would overflow on 32bit systems and so we make sure we always use uint64 and don't let the value be int.
- Loading branch information