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 trying to close vpplink on vpp segfault #696

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

sknat
Copy link
Collaborator

@sknat sknat commented Apr 25, 2024

This patch removes the closing of the vpplink channel when VPP fails
to start as if err != nil, vpp will always be nil.

This patch removes the closing of the vpplink channel
when VPP fails to start as if err != nil, vpp will always
be nil.

Signed-off-by: Nathan Skrzypczak <[email protected]>
@sknat sknat requested review from hedibouattour and onong April 25, 2024 14:54
Copy link
Collaborator

@onong onong left a comment

Choose a reason for hiding this comment

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

LGTM

@sknat sknat merged commit 70b78c5 into master Apr 25, 2024
5 checks passed
@sknat sknat deleted the dev/nsk-fix-vpplink-close-fault branch April 25, 2024 16:50
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