You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case fd is invalid loop will be infinite because iterator is not
incremented.
Make loop consistent between both variants of SubprocessSet::DoWork()
(with and withoug USE_PPOLL) by removing 'continue' and always advancing
iterator in the end of the cycle.
0 commit comments