regression fix

This commit is contained in:
vanhauser-thc
2023-02-23 11:22:40 +01:00
parent c33f8751e3
commit 0c0a6c3bfa
5 changed files with 12 additions and 7 deletions

View File

@ -489,7 +489,7 @@
/* Minimum length of a queue input to be evaluated for "is_ascii"? */
#define AFL_TXT_MIN_LEN 16
#define AFL_TXT_MIN_LEN 12
/* Maximum length of a queue input to be evaluated for "is_ascii"? */