Reset all caches in reset_module

pull/1067/head
Bernhard Mueller 6 years ago
parent d554a5ae07
commit 5e9498b39d
  1. 2
      mythril/analysis/modules/integer.py

@ -98,6 +98,8 @@ class IntegerOverflowUnderflowModule(DetectionModule):
"""
super().reset_module()
self._overflow_cache = {}
self._ostates_satisfiable = []
self._ostates_unsatisfiable = []
def _execute(self, state: GlobalState) -> None:
"""Executes analysis module for integer underflow and integer overflow.

Loading…
Cancel
Save