Skip to content

Fix: Ensure that unbound Netlink sockets are bound when sending a message. #11961

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jul 23, 2025

Fix: Ensure that unbound Netlink sockets are bound when sending a message.

If a Netlink socket is not bound when a message is sent through it, it should
automatically be bound to assign it a unique portID. This becomes relevant
in cases where the portId is used for access verification, such as for
table owners in NETLINK_NETFILTER sockets.

@copybara-service copybara-service bot added the exported Issue was exported automatically label Jul 23, 2025
…sage.

If a Netlink socket is not bound when a message is sent through it, it should
automatically be bound to assign it a unique portID. This becomes relevant
in cases where the portId is used for access verification, such as for
table owners in NETLINK_NETFILTER sockets.

PiperOrigin-RevId: 786348487
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant