mirror of https://github.com/fail2ban/fail2ban
Browse Source
an entry can be deleted by `_delPending` with 1st thread, while 2nd thread in filter doing `_checkPending` where it still got this key in iterator, but later fails in the cycle because `__pending[path]` may be deleted by 1st thread in-between; closes #3635pull/3402/merge
sebres
1 year ago
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue