You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating unixgram backend from existing fd we need to make it
non-blocking so the user does not have to care about this implementation
detail. Disabling SIGPIPE is needed on the existing fd for the same
reason.
Fix by moving these steps from open() to new().
Authored-by: Nir Soffer <nirsof@gmail.com>
Signed-off-by: Nir Soffer <nirsof@gmail.com>
Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Signed-off-by: Sergio Lopez <slp@redhat.com>
0 commit comments