mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Typo from Bastian Venthur.
This commit is contained in:
		@@ -35,7 +35,7 @@ LLVMFuzzerTestOneInput(const u_char *data, size_t size)
 | 
				
			|||||||
	int			 error;
 | 
						int			 error;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/*
 | 
						/*
 | 
				
			||||||
	 * Since AFL doesn't support -max_len paramenter we have to
 | 
						 * Since AFL doesn't support -max_len parameter we have to
 | 
				
			||||||
	 * discard long inputs manually.
 | 
						 * discard long inputs manually.
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	if (size > FUZZER_MAXLEN)
 | 
						if (size > FUZZER_MAXLEN)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user