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

Panic through rust if provided an invalid tactic str to prevent SIGSEGV #339

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bakerk98
Copy link

Fix for #338 ... Throwing a panic to let the user know they provided an invalid tactic name when trying to create a new tactic. Current behavior is to use the ptr returned from Z3 which could be a null pointer resulting in a SIGSEGV which may be more difficult to understand than the panic from the Rust side.

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.

1 participant