kytos-ng / sdntrace_cp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thread RuntimeError iterable changed size vulnerability on controller.switches

italovalcy opened this issue · comments

controller.switches being iterated on are vulnerable to thread RuntimeError iterable changed size:

automate.py:30:        for switch in self._tracer.controller.switches.values():