File descriptor closing in spawn_process_os in libnative on Unix platforms misses file descriptors opened before lowered resource limits #13790
Labels
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
File descriptor closing in
spawn_process_os
inlibnative
on Unix platforms misses file descriptors opened before lowered resource limits.The code is here: https://github.com/mozilla/rust/blob/master/src/libnative/io/process.rs#L581.
I know on BSD one can use
closefrom
and on Linux one can use/proc/self/fd
.The following code demonstrates how a file can be carried in over lowered resource limits.
The text was updated successfully, but these errors were encountered: