good morning!!!!

Skip to content
Snippets Groups Projects
Commit 157f09e5 authored by Liang Ma's avatar Liang Ma
Browse files

core/vm: Correct the Memory Gas Overflow condition

previous overflow condition is too big to use.
0x7FFFFFFFF squre operation is overflowed uint64.

0x7FFFFFFFF^2 = 0x3F FFFF FFF0 0000 0001
parent 5b0d3fa3
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment