boost icon indicating copy to clipboard operation
boost copied to clipboard

Missing uses_handles on boost::process::detail::posix::pipe_out

Open bambu123 opened this issue 3 years ago • 1 comments

The boost::process::detail::posix::pipe_out are not inheriting boost::process::detail::uses_handles. The descriptors created by the pipe are closed by limit_handles on the forked child process.

bambu123 avatar Dec 15 '22 01:12 bambu123

The _pipe_sink for error in the executor is also closed by limit_handles.

bambu123 avatar Dec 15 '22 03:12 bambu123