diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-10-22 17:01:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-22 09:01:51 -0600 |
| commit | b16033df03db7a6c3e3b3636c9eac4dad8e49f9d (patch) | |
| tree | 1dc4bd20c2a28f13078040fd6036a65f2b615eb5 /fuzz/Emby.Server.Implementations.Fuzz/fuzz.sh | |
| parent | 028b2122ce39ec54bcab78ffd252a41518231458 (diff) | |
Fix fuzz projects (#10416)
Diffstat (limited to 'fuzz/Emby.Server.Implementations.Fuzz/fuzz.sh')
| -rwxr-xr-x | fuzz/Emby.Server.Implementations.Fuzz/fuzz.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Emby.Server.Implementations.Fuzz/fuzz.sh b/fuzz/Emby.Server.Implementations.Fuzz/fuzz.sh index 37e6bdb76..aa2a34cdd 100755 --- a/fuzz/Emby.Server.Implementations.Fuzz/fuzz.sh +++ b/fuzz/Emby.Server.Implementations.Fuzz/fuzz.sh @@ -8,4 +8,4 @@ cp bin/Emby.Server.Implementations.dll . dotnet build mkdir -p Findings -AFL_SKIP_BIN_CHECK=1 afl-fuzz -i "Testcases/$1" -o "Findings/$1" -t 5000 -m 10240 dotnet bin/Debug/net6.0/Emby.Server.Implementations.Fuzz.dll "$1" +AFL_SKIP_BIN_CHECK=1 afl-fuzz -i "Testcases/$1" -o "Findings/$1" -t 5000 ./bin/Debug/net7.0/Emby.Server.Implementations.Fuzz "$1" |
