mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
clear password instead of free
This commit is contained in:
@@ -513,8 +513,7 @@ void auth(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// clear the credentials
|
// clear the credentials
|
||||||
input_text_free(password);
|
input_text_clear(password);
|
||||||
input_text(password, config.max_password_len);
|
|
||||||
|
|
||||||
// get passwd structure
|
// get passwd structure
|
||||||
struct passwd* pwd = getpwnam(login->text);
|
struct passwd* pwd = getpwnam(login->text);
|
||||||
|
|||||||
Reference in New Issue
Block a user