Page MenuHomeFreeBSD

Unbreak MSG_CMSG_CLOEXEC
ClosedPublic

Authored by arichardson on Mar 18 2021, 5:33 PM.
Tags
None
Referenced Files
F166772538: D29328.diff
Sun, Aug 16, 10:50 AM
Unknown Object (File)
Sun, Aug 9, 7:36 PM
Unknown Object (File)
Sun, Aug 9, 7:35 PM
Unknown Object (File)
Wed, Aug 5, 11:02 AM
Unknown Object (File)
Wed, Aug 5, 3:18 AM
Unknown Object (File)
Tue, Aug 4, 5:35 AM
Unknown Object (File)
Mon, Aug 3, 1:09 PM
Unknown Object (File)
Sun, Aug 2, 5:41 AM
Subscribers

Details

Summary

MSG_CMSG_CLOEXEC has not been working since 2015 (SVN r284380) because
_finstall expects O_CLOEXEC and not UF_EXCLOSE as the flags argument.
This was probably not noticed because we don't have a test for this flag
so this commit adds one. I found this problem because one of the
libwayland tests was failing.

Fixes: ea31808c3b07 ("fd: move out actual fp installation to _finstall")

Test Plan

Newly added test failed before, passes now.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37917
Build 34806: arc lint + arc unit