Skip to content

Instantly share code, notes, and snippets.

@makoto
Last active May 1, 2018 20:40
Show Gist options
  • Save makoto/416a831c364e47d5a919f2f8e098c5ec to your computer and use it in GitHub Desktop.
Save makoto/416a831c364e47d5a919f2f8e098c5ec to your computer and use it in GitHub Desktop.

Myth output log questions.

Questions

  1. At Log L20, Why _function_0x05f203d9 is not converting function name from hex to ascii? (from the line number, I am guessing it was revoke() function).
  2. At Log L51 is emitting the entire code (and function name is hex) so I cannot identify where the exact problem is.
  3. At Log l235, the report says that function clear() has potential interger overflow at contract code l58 but the function has no input argument.
  4. 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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment