Update integer

berndtz_experimental
Bernhard Mueller 6 years ago
parent 89ea53401f
commit 5fee666198
  1. 1
      mythril/analysis/modules/integer.py

@ -87,6 +87,7 @@ class IntegerOverflowUnderflowModule(DetectionModule):
"""
Cache satisfiability of overflow constraints
"""
self._ostates_satisfiable = [] # type: List[GlobalState]
self._ostates_unsatisfiable = [] # type: List[GlobalState]

Loading…
Cancel
Save