Large int64_t values were calculated and assigned int however the calculation was performed on integer types which would truncate the result before casting to an in64_t.
Large int64_t values were calculated and assigned int however the calculation was performed on integer types which would truncate the result before casting to an in64_t.