• Show log

    Commit

  • Hash : 02fdc2db
    Author : Michał Górny
    Date : 2015-12-26T17:17:05

    ssh_stream_read(): fix possible *bytes_read < 0 branch Fix the possibility of returning successfully from ssh_stream_read() with *bytes_read < 0. This would occur if stdout channel read resulted in 0, and stderr channel read failed afterwards.