increase sync length

This commit is contained in:
vanhauser-thc
2023-09-12 16:05:56 +02:00
parent 4f4ce24690
commit 3b835b7c8b
2 changed files with 3 additions and 2 deletions

View File

@ -1492,9 +1492,9 @@ int main(int argc, char **argv_orig, char **envp) {
if (afl->sync_id) {
if (strlen(afl->sync_id) > 24) {
if (strlen(afl->sync_id) > 50) {
FATAL("sync_id max length is 24 characters");
FATAL("sync_id max length is 50 characters");
}