Page MenuHomeFreeBSD

Unbreak MSG_CMSG_CLOEXEC
ClosedPublic

Authored by arichardson on Mar 18 2021, 5:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jul 3 2025, 6:14 PM
Unknown Object (File)
Jul 3 2025, 4:35 AM
Unknown Object (File)
Jul 2 2025, 12:10 PM
Unknown Object (File)
Jun 30 2025, 3:30 PM
Unknown Object (File)
Jun 26 2025, 2:21 AM
Unknown Object (File)
Jun 25 2025, 6:45 PM
Unknown Object (File)
Jun 25 2025, 12:48 AM
Unknown Object (File)
Jun 24 2025, 10:04 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable