Fix variable reference before assignment in returndatacopy

pull/870/head
Nathan 6 years ago
parent 0c242a0823
commit f50d78dcd3
  1. 2
      mythril/laser/ethereum/instructions.py

@ -808,6 +808,8 @@ class Instruction:
state.stack.pop(),
state.stack.pop(),
)
concrete_size = None
concrete_return_offset = None
try:
concrete_memory_offset = helper.get_concrete_int(memory_offset)

Loading…
Cancel
Save