Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes integer overflow in ForEachChunk
the calculation of the length of the input data is now done with a 64 unsigned integer. A 64 unsigned integer overflow is still possible, but if that's happening, we have bigger problems.
- Loading branch information