We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5335d43 commit 26be931Copy full SHA for 26be931
contrib/win32/win32compat/ssh-agent/authagent-request.c
@@ -66,6 +66,7 @@ generate_user_token(wchar_t* user) {
66
QUOTA_LIMITS quotas;
67
DWORD cbProfile;
68
BOOL domain_user;
69
+ wchar_t user_copy[MAX_USER_LEN];
70
71
/* prep user name - TODO: implment an accurate check if user is domain account*/
72
if (wcsnlen(user, MAX_USER_LEN) == MAX_USER_LEN) {
0 commit comments