mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 23:09:34 +01:00
eap-ttls: Fix double free
This commit is contained in:
parent
e15caa2288
commit
eb1a183277
@ -714,7 +714,7 @@ static int eap_ttls_check_settings(struct l_settings *settings,
|
||||
secret = l_queue_find(secrets, eap_secret_info_match,
|
||||
passphrase_setting);
|
||||
if (secret)
|
||||
passphrase = secret->value;
|
||||
passphrase = l_strdup(secret->value);
|
||||
}
|
||||
|
||||
if (path) {
|
||||
|
Loading…
Reference in New Issue
Block a user