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 the `CServer::DistinctClientCount` function a check for the address being `nullptr` was missing in the inner loop. Before ddnet#9591 this was comparing addresses from uninitialized memory instead. Duplicate checks of the client state are avoided by first fetching the addesses of all clients which are ingame.
Closesddnet#9597.
0 commit comments