mirror of https://github.com/ConsenSys/mythril
blockchainethereumsmart-contractssoliditysecurityprogram-analysissecurity-analysissymbolic-execution
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
307 B
16 lines
307 B
7 years ago
|
|
||
|
|
||
7 years ago
|
## Integer Overflow
|
||
7 years ago
|
|
||
7 years ago
|
- Type: Warning
|
||
7 years ago
|
- Contract: Unknown
|
||
7 years ago
|
- Function name: `sendToken(address,uint256)`
|
||
|
- PC address: 498
|
||
|
|
||
|
|
||
|
|
||
7 years ago
|
### Description
|
||
|
|
||
|
A possible integer overflow exists in the function `sendToken(address,uint256)`.
|
||
|
The addition may result in a value higher than the maximum representable integer.
|