mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-05 05:22:47 -05:00
Fix a Windows-specific GSS crash introduced in r8326, which (again) apparently
triggers in failure cases. Patch by Iain Patterson.
[originally from svn r8336]
[r8326 == 81dafd906e
]
This commit is contained in:
@ -253,7 +253,7 @@ Ssh_gss_stat ssh_gss_display_status(Ssh_gss_ctx ctx, Ssh_gss_buf *buf)
|
||||
}
|
||||
|
||||
buf->value = dupstr(msg);
|
||||
buf->length = strlen(buf->length);
|
||||
buf->length = strlen(buf->value);
|
||||
|
||||
return SSH_GSS_OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user