зеркало из https://github.com/github/putty.git
ssh->mainchan can be NULL; try not to segfault in that situation.
[originally from svn r7705]
This commit is contained in:
Родитель
be8818b4bc
Коммит
4b178be3e9
5
ssh.c
5
ssh.c
|
@ -9082,8 +9082,9 @@ static void ssh_unthrottle(void *handle, int bufsize)
|
|||
ssh1_throttle(ssh, -1);
|
||||
}
|
||||
} else {
|
||||
ssh2_set_window(ssh->mainchan,
|
||||
ssh->mainchan->v.v2.locmaxwin - bufsize);
|
||||
if (ssh->mainchan)
|
||||
ssh2_set_window(ssh->mainchan,
|
||||
ssh->mainchan->v.v2.locmaxwin - bufsize);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче