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

Fixes panics found in Juju for nil errors. #56

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

tlm
Copy link
Member

@tlm tlm commented Mar 28, 2022

When supplying a nil error to an error type wrapper in Juju you risk a
panic on the Locationer as it relies on the error being non nil for the
Error() func to work.

Fix here is just to make an empty error when the error provided is nil.

This fix will allow users to not shoot their foot off.

When supplying a nil error to an error type wrapper in Juju you risk a
panic on the Locationer as it relies on the error being non nil for the
Error() func to work.

Fix here is just to make an empty error when the error provided is nil.

This fix will allow users to not shoot their foot off.
@tlm tlm merged commit 6664a20 into juju:master Mar 28, 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