Didn't mean to change that

This commit is contained in:
Dominik Maier
2022-11-09 03:34:37 +01:00
committed by GitHub
parent 0496390526
commit c1562a7cde

View File

@ -1150,7 +1150,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
"int _L(unsigned int) __asm__(\"___afl_persistent_loop\"); "
#else
"__attribute__((visibility(\"default\"))) "
"int _L(unsigned int) __asm__(\"___afl_persistent_loop\"); "
"int _L(unsigned int) __asm__(\"__afl_persistent_loop\"); "
#endif /* ^__APPLE__ */
// if afl is connected, we run _A times, else once.
"_L(__afl_connected ? _A : 1); })";