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

Avoid segfault when a resource is missing #22

Merged
merged 1 commit into from
Oct 23, 2018
Merged

Avoid segfault when a resource is missing #22

merged 1 commit into from
Oct 23, 2018

Conversation

mhutter
Copy link
Contributor

@mhutter mhutter commented Oct 23, 2018

In cases where a server or SSH key is removed from Hetzner Cloud
manually, the driver would segfault due to nil pointer references.

This commit handles cases where no resource is returned from the API.

@mhutter mhutter mentioned this pull request Oct 23, 2018
In cases where a server or SSH key is removed from Hetzner Cloud
manually, the driver would segfault due to nil pointer references.

This commit handles cases where no resource is returned from the API.
@JonasProgrammer JonasProgrammer merged commit f449e16 into JonasProgrammer:master Oct 23, 2018
@mhutter mhutter deleted the fix/nilpointers branch October 23, 2018 14:25
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