Symbolic analysis

pull/23/head
Bernhard Mueller 7 years ago
parent 814e4677ea
commit b98350c658
  1. 2
      mythril/analysis/symbolic.py

@ -62,7 +62,7 @@ class StateSpace:
constrained_by_caller = False constrained_by_caller = False
for constraint in self.svm.nodes[key].constraints: for constraint in self.svm.nodes[key].constraints:
if "caller" in str(constraint) and ("storage_" + index) in str(constraint): if "caller" in str(constraint) and ("storage_" + str(index)) in str(constraint):
constrained_by_caller = True constrained_by_caller = True
break break

Loading…
Cancel
Save