Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
int type overflow #66
Merged
ExpressionAnalysis
merged 5 commits into
ExpressionAnalysis:master
from
wandai330:master
Jun 20, 2017
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
28e3c8f
Fix int type overflow
wandai330 dac8de5
Merge pull request #1 from wandai330/integer_overflow
wandai330 dabfc9c
Some int type variable overflow
wandai330 14d6c8d
Merge pull request #2 from wandai330/int-type-overflow
wandai330 12ce104
Rollback makefile
wandai330
Jump to file or symbol
Failed to load files and symbols.
Viewing a subset of changes. View all
Some int type variable overflow
The maximal number of int type is 2,147,483,648. But now some number could be 5 billion or bigger. Changed those variables to type uint64_t
commit dabfc9cb3ccc5355b1e6a196c01bbfd3e69902b7
wandai330
committed
on GitHub
Jun 20, 2017