test.sh with -no-pie

This commit is contained in:
van Hauser
2020-03-21 21:10:38 +01:00
parent 6f78b67f03
commit c6db05c5ae
10 changed files with 32 additions and 10 deletions

View File

@ -38,6 +38,8 @@ u8 *doc_path = NULL; /* gath to documentation dir */
/* Initialize MOpt "globals" for this afl state */
u32 bmcnt, initcnt, one1cnt, one2cnt, runcnt;
static void init_mopt_globals(afl_state_t *afl) {
MOpt_globals_t *core = &afl->mopt_globals_core;