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 Fix] Goto command could crash using dev tools #4158

Merged
merged 1 commit into from Mar 4, 2024

Conversation

neckkola
Copy link
Contributor

@neckkola neckkola commented Mar 4, 2024

I noticed a crash situation using dev tools and the goto command.

Reproduction:
#zone akanon
#list npcs
scroll through the list and click the 'goto' for Zenrel Ottonoggin
zone would crash.

Traced to the check on sep->arg[4] which was "" though returning true in the check. Setup a std::string object to test for emptiness. Resolved the issue.

@Kinglykrab Kinglykrab merged commit b4605f7 into EQEmu:master Mar 4, 2024
1 check passed
@Akkadius Akkadius mentioned this pull request Mar 6, 2024
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