We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
まず部屋数が 1000000 を超えるとここで無限ループする上、近づくだけでもかなり時間がかかると予想され危険です。
ShoutWars-server/room_list.cpp
Lines 26 to 28 in 1a92cde
そもそも部屋番号が推測できるべきではないため、部屋数上限の設定可能範囲を 1~500000 ぐらいにして実行時チェックさせるのがよさそう。1000 超えてたら警告出すとか
The text was updated successfully, but these errors were encountered:
優先順位はめちゃ低なので、とりあえず放置で
Sorry, something went wrong.
No branches or pull requests
まず部屋数が 1000000 を超えるとここで無限ループする上、近づくだけでもかなり時間がかかると予想され危険です。
ShoutWars-server/room_list.cpp
Lines 26 to 28 in 1a92cde
そもそも部屋番号が推測できるべきではないため、部屋数上限の設定可能範囲を 1~500000 ぐらいにして実行時チェックさせるのがよさそう。1000 超えてたら警告出すとか
The text was updated successfully, but these errors were encountered: