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

Fix potential crash when adding new code #1063

Merged
merged 1 commit into from
Oct 31, 2022

Conversation

Miepee
Copy link
Contributor

@Miepee Miepee commented Jul 27, 2022

Description

Currently when adding code entries, UMT tries to parse the names. This is done using substring, which can fail if the codename is less than what it checks for.
This was changed to use StartsWith instead.

Caveats

None that I'm aware off.

@Miepee Miepee changed the title Fix potential crash when addnig new code Fix potential crash when adding new code Jul 27, 2022
@Grossley Grossley merged commit 429fd85 into UnderminersTeam:master Oct 31, 2022
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.

None yet

2 participants