Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid integer overflow when calculating length
It may happen that the product of the two 4-byte integers overflows before assigning to the 8-byte integer. We need to explicitly convert to 8 bytes first before multiplying.
- Loading branch information