- At Log L20, Why
_function_0x05f203d9
is not converting function name from hex to ascii? (from the line number, I am guessing it wasrevoke()
function). - At Log L51 is emitting the entire code (and function name is hex) so I cannot identify where the exact problem is.
- At Log l235, the report says that function
clear()
has potential interger overflow at contract code l58 but the function has no input argument. - At Log l436, it says integer overflow but the input argument (register) is string. In case of ineger oveflow, I understand that it may reset to negative value, but what would be the consequence when string overflow?
Last active
May 1, 2018 20:40
-
-
Save makoto/416a831c364e47d5a919f2f8e098c5ec to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment