Fix a Windows-specific GSS crash introduced in r8326, which (again) apparently
[sgt/putty] / windows / wingss.c
index 773e660..742106e 100644 (file)
@@ -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;
 }