https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240548

--- Comment #11 from Ivan Rozhuk <rozhuk...@gmail.com> ---
Current implementation of vte3 uses close_range(CLOSE_RANGE_CLOEXEC) if
CLOSE_RANGE_CLOEXEC supported by OS (since 7 mar 2022 for 13/stable) and fall
back to fdwalk() if not.
For FreeBSD fdwalk() is implemented as loop over all possible descriptors.

If some one can not update OS and want this fix - feel free to ask.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to