mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-30 20:37:26 +01:00 
			
		
		
		
	 9252d23358
			
		
	
	
		9252d23358
		
	
	
	
	
		
			
			There's a new "-Werror=format-overflow" warning in gcc 8 that detects potential overflow or truncation with sprintf/snprintf, so the test-runner build fails with gcc 8. Using l_strdup_printf allows the build to succeed, and moves a few large buffers from the stack to the heap.