mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 03:38:53 +00:00
Typo from Bastian Venthur.
This commit is contained in:
parent
3d8ead8a97
commit
c36ffcbe56
@ -35,7 +35,7 @@ LLVMFuzzerTestOneInput(const u_char *data, size_t size)
|
||||
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.
|
||||
*/
|
||||
if (size > FUZZER_MAXLEN)
|
||||
|
Loading…
Reference in New Issue
Block a user