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

Crash when project name too long #402

Merged
merged 2 commits into from
Feb 27, 2025
Merged

Crash when project name too long #402

merged 2 commits into from
Feb 27, 2025

Conversation

maks
Copy link
Collaborator

@maks maks commented Feb 27, 2025

The UITextField was not using the correct max length constant value for project names, allowing users to enter far too long names and crash.

Also updated the user manual to reflect that the project max length actually used in the code (16) and added documentation on the key for deleting chars in project name.

Fixes: #400

@maks maks merged commit 0eab0ef into master Feb 27, 2025
3 checks passed
@maks maks deleted the 400-project-name-too-long branch February 27, 2025 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project name can be too long and crash
2 participants