fix foreign sync naming

This commit is contained in:
vanhauser-thc
2025-05-13 10:42:26 +02:00
parent 6b1d6a9055
commit 221439fc7a
3 changed files with 15 additions and 2 deletions

View File

@ -770,6 +770,7 @@ typedef struct afl_state {
#define FOREIGN_SYNCS_MAX 32U
u8 foreign_sync_cnt;
struct foreign_sync foreign_syncs[FOREIGN_SYNCS_MAX];
char *foreign_file;
#ifdef _AFL_DOCUMENT_MUTATIONS
u8 do_document;