Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2023 18:35:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 240548] x11-toolkits/vte3: Loops over all possible file descriptors
Message-ID:  <bug-240548-39348-MAQHKEi1or@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240548-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240548-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240548

--- Comment #11 from Ivan Rozhuk <rozhuk.im@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 fa=
ll
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240548-39348-MAQHKEi1or>