Skip to content
New issue

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

On uploading map/mods add validation to map/mod version to be in range of 1..9999 #908

Open
Brutus5000 opened this issue Nov 22, 2024 · 0 comments

Comments

@Brutus5000
Copy link
Member

We had integer overflows causing weird file names and potentially errors in parsing of negative values in the clients.

The limit is the database:

  • Maps max is 4 digits,
  • Mods is SMALLINT (max 32767)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant