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 crash when the user field is empty in the grant resource #136

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

jessedearing
Copy link

Fixes #128

The provider segfaults because it references nil when the user field is empty.

This ensures either the role is specified or the user is specified.

The provider will crash if user is empty.
@petoju petoju merged commit 3f05346 into petoju:master Apr 18, 2024
2 of 3 checks passed
@petoju
Copy link
Owner

petoju commented Apr 18, 2024

This was released as a part of provider version 3.0.55.

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.

Plugin crashing when creating resource mysql grant
2 participants