mirror of
				https://git.tukaani.org/xz.git
				synced 2025-11-04 07:22:55 +00:00 
			
		
		
		
	This fuzz target that handles LZMA alone decoding. A new fuzz dictionary .dict was also created with common LZMA header values to help speed up the discovery of valid headers.
		
			
				
	
	
		
			4 lines
		
	
	
		
			49 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			49 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[libfuzzer]
 | 
						|
max_len = 4096
 | 
						|
dict = fuzz_lzma.dict
 |