mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -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 == 81dafd906eb4817393fabe4d408c16de8586de8b]
This commit is contained in:
parent
86c183f8e8
commit
62cad154f4
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user