-
- Downloads
Actually close the stdout pipe on error in process_unix_exec
When cleaning up after an error in process_unix_exec, the stdin
pipe was being double closed instead of closing both the stdin
and stdout pipes. This occurred in two places.
Signed-off-by:
Kris Katterjohn <katterjohn@gmail.com>
Please register or sign in to comment