mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
Revert "Merge branch 'memcache_marc' into dev"
This reverts commitc03fbcedaa
, reversing changes made todab017ddda
.
This commit is contained in:
@ -1174,12 +1174,9 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
|
||||
if (extras_dir_cnt) {
|
||||
|
||||
for (i = 0; i < extras_dir_cnt; i++) {
|
||||
|
||||
for (i = 0; i < extras_dir_cnt; i++)
|
||||
load_extras(afl, extras_dir[i]);
|
||||
|
||||
}
|
||||
|
||||
dedup_extras(afl);
|
||||
OKF("Loaded a total of %u extras.", afl->extras_cnt);
|
||||
|
||||
|
Reference in New Issue
Block a user