mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 04:47:31 +01:00 
			
		
		
		
	 d53873a254
			
		
	
	
		d53873a254
		
	
	
	
	
		
			
			The argv buffer allocated by alloca is only large enough to hold the original argument list. Additional arguments (such as --kernel) are appended at the end, which results in the stack corruption. Make sure to allocate space for additional arguments.