mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
r8254: fixed a valgrind error in the unix auth code
(This used to be commit ad1a4802d0634960646a6efe039fe8b62ead63dd)
This commit is contained in:
parent
514731b0ee
commit
fe1cf1eeb7
@ -91,7 +91,7 @@ static int ejs_systemAuth(TALLOC_CTX *tmp_ctx, struct MprVar *auth, const char *
|
||||
goto done;
|
||||
}
|
||||
|
||||
pw_blob = data_blob(password, strlen(password)),
|
||||
pw_blob = data_blob(password, strlen(password)+1),
|
||||
make_user_info(tmp_ctx, username, username,
|
||||
domain, domain,
|
||||
remote_host, remote_host,
|
||||
|
Loading…
x
Reference in New Issue
Block a user