mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tmin
This commit is contained in:
@ -237,7 +237,7 @@ int main(int argc, char** argv_orig, char** envp) {
|
||||
struct timeval tv;
|
||||
struct timezone tz;
|
||||
|
||||
char **argv = argv_cpy_dup(argc, argv_orig);
|
||||
char** argv = argv_cpy_dup(argc, argv_orig);
|
||||
|
||||
afl_state_t* afl = calloc(1, sizeof(afl_state_t));
|
||||
if (!afl) { FATAL("Could not create afl state"); }
|
||||
|
Reference in New Issue
Block a user