Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The implicit type conversion will expand both operands to the type int and not unsigned long long as the result expects. Promote the first operand to the target type. Obviously the multiplication can still overflow, but this is a different problem. Signed-off-by: Steven Seungcheol Lee <[email protected]> [dwagner: added commit message] Signed-off-by: Daniel Wagner <[email protected]>
- Loading branch information