wolfSSL / wolfssh

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
https://www.wolfssl.com
370 stars 88 forks source link

set pipes as non blocking before last read #655

Closed JacobBarthelmeh closed 7 months ago

JacobBarthelmeh commented 7 months ago

In the case where the process started up and exited but did not close the other end of the pipe these last reads to clear out the stdout/stderr pipe could hang before. ZD17392