diff options
| author | van Hauser <vh@thc.org> | 2021-03-06 18:47:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-06 18:47:58 +0100 |
| commit | 976cb3e36c130dc31fb189e9bb4f036730fca7ee (patch) | |
| tree | 94143e3775e23597abe00b1ad9373c6c90b62632 /afl-cmin | |
| parent | bd0a23de73011a390714b9f3836a46443054fdd5 (diff) | |
| parent | 9b3d8c327d33191b181219ffce411b40bdbe8902 (diff) | |
| download | afl++-976cb3e36c130dc31fb189e9bb4f036730fca7ee.tar.gz | |
Merge pull request #778 from AFLplusplus/dev
This fixes 3 different crash issues
Diffstat (limited to 'afl-cmin')
| -rwxr-xr-x | afl-cmin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/afl-cmin b/afl-cmin index 4ee79a79..7f8544eb 100755 --- a/afl-cmin +++ b/afl-cmin @@ -287,6 +287,10 @@ BEGIN { exit 1 } + if (0 == system( "test -d "in_dir"/default" )) { + in_dir = in_dir "/default" + } + if (0 == system( "test -d "in_dir"/queue" )) { in_dir = in_dir "/queue" } |
