зеркало из https://github.com/github/putty.git
Interchange two parameters in a printf, to prevent a silly segfault.
[originally from svn r2235]
This commit is contained in:
Родитель
57d1921d04
Коммит
75ebfa28f0
2
ssh.c
2
ssh.c
|
@ -1073,7 +1073,7 @@ static int ssh2_rdpkt(Ssh ssh, unsigned char **data, int *datalen)
|
|||
logevent(buf);
|
||||
sfree(buf);
|
||||
buf = dupprintf("Disconnection message text: %n%.*s",
|
||||
msglen, &nowlen, ssh->pktin.data + 14);
|
||||
&nowlen, msglen, ssh->pktin.data + 14);
|
||||
logevent(buf);
|
||||
bombout((ssh,"Server sent disconnect message\ntype %d (%s):\n\"%s\"",
|
||||
reason,
|
||||
|
|
Загрузка…
Ссылка в новой задаче