mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-21 13:51:18 +00:00
fixed uaf and warnings
This commit is contained in:
@ -983,7 +983,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
if (!quiet_mode) OKF("Processed %u input files.", total_execs);
|
||||
|
||||
closedir(dir_in);
|
||||
closedir(dir_out);
|
||||
if (dir_out) closedir(dir_out);
|
||||
|
||||
} else {
|
||||
|
||||
|
Reference in New Issue
Block a user