> Module Name: src > Committed By: kre > Date: Sun Nov 10 00:11:43 UTC 2024 > > Modified Files: > src/sys/kern: kern_descrip.c > > Log Message: > Make O_CLOEXEC always close specified files on exec > > It turns out that close-on-exec doesn't always close on exec.
Yikes! Do you have a reproducer handy for this? Can you file a PR to record the reproducer, and track pullups?