зеркало из https://github.com/github/putty.git
Prevent another segfault. Oops.
[originally from svn r2178]
This commit is contained in:
Родитель
ef5f289fc6
Коммит
f7d23ae746
|
@ -111,6 +111,9 @@ void try_output(int is_stderr)
|
|||
void *senddata;
|
||||
int sendlen, ret;
|
||||
|
||||
if (bufchain_size(chain) == 0)
|
||||
return;
|
||||
|
||||
bufchain_prefix(chain, &senddata, &sendlen);
|
||||
ret = write(fd, senddata, sendlen);
|
||||
if (ret > 0)
|
||||
|
|
Загрузка…
Ссылка в новой задаче