mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 13:17:25 +01:00 
			
		
		
		
	eap-peap: Fix double free
This commit is contained in:
		
							parent
							
								
									eb1a183277
								
							
						
					
					
						commit
						75b492eacc
					
				| @ -902,7 +902,7 @@ static int eap_peap_check_settings(struct l_settings *settings, | ||||
| 		secret = l_queue_find(secrets, eap_secret_info_match, | ||||
| 					passphrase_entry); | ||||
| 		if (secret) | ||||
| 			passphrase = secret->value; | ||||
| 			passphrase = l_strdup(secret->value); | ||||
| 	} | ||||
| 
 | ||||
| 	if (path) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Denis Kenzior
						Denis Kenzior