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 segmentation fault in WirePlumber module #2648

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

Mrcarrot1
Copy link
Contributor

The WirePlumber module assumes that either the node's name or description will not be null. This leads to a segmentation fault when both are.

The solution provided is to set self->node_name_ to a default value in this case.

The WirePlumber module assumes that either the node's name or
description will not be null. This leads to a segmentation fault when
both are.

The solution provided is to set self->node_name_ to a default value in
this case.
@Alexays
Copy link
Owner

Alexays commented Nov 6, 2023

LGTM!

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