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: add continue to avoid segfault on service failing to register #719

Merged
merged 4 commits into from
Jun 13, 2023

Conversation

adschwartz
Copy link
Contributor

Description:

When a service fails to register we wrongfully continue to process and eventually call .GetUUID on a nulled service registration which in turn causes a segfault.

Is this change user facing?

NO

Copy link
Contributor

@gbouv gbouv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch!

@adschwartz adschwartz enabled auto-merge (squash) June 13, 2023 16:40
@adschwartz adschwartz merged commit 0cebb1f into main Jun 13, 2023
@adschwartz adschwartz deleted the anders/continue branch June 13, 2023 17:02
leoporoli pushed a commit that referenced this pull request Jun 13, 2023
…719)

## Description:
When a service fails to register we wrongfully continue to process and
eventually call `.GetUUID` on a nulled service registration which in
turn causes a segfault.

## Is this change user facing?
NO
adschwartz pushed a commit that referenced this pull request Jun 13, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.78.3](0.78.2...0.78.3)
(2023-06-13)


### Features

* Remove `--exec` flag for `kurtosis service shell`
([#712](#712))
([d8bc320](d8bc320))


### Bug Fixes

* add `continue` to avoid segfault on service failing to register
([#719](#719))
([0cebb1f](0cebb1f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
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.

2 participants