[Bug 240548] x11-toolkits/vte3: Loops over all possible file descriptors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Dec 2023 18:35:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240548 --- 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 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.