mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 09:12:24 +00:00
Jacob correctly points out that I accidentally lost a clearing of
s->gss_sndtok in r8326. I'm not sure it was strictly necessary, since
even if there's no send token, gss_init_sec_context() is meant to explicitly
make it empty, but it wasn't an intentional change.
[originally from svn r8337]
[r8326 == 81dafd906e
]
This commit is contained in:
parent
62cad154f4
commit
b892d451ee
1
ssh.c
1
ssh.c
@ -7960,6 +7960,7 @@ static void do_ssh2_authconn(Ssh ssh, unsigned char *in, int inlen,
|
|||||||
|
|
||||||
/* initial tokens are empty */
|
/* initial tokens are empty */
|
||||||
SSH_GSS_CLEAR_BUF(&s->gss_rcvtok);
|
SSH_GSS_CLEAR_BUF(&s->gss_rcvtok);
|
||||||
|
SSH_GSS_CLEAR_BUF(&s->gss_sndtok);
|
||||||
|
|
||||||
/* now enter the loop */
|
/* now enter the loop */
|
||||||
do {
|
do {
|
||||||
|
Loading…
Reference in New Issue
Block a user