diff options
| author | JPVenson <github@jpb.email> | 2024-11-17 11:05:14 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2024-11-17 11:05:14 +0000 |
| commit | 68252ffa1b85e86c7c91fc482d4cf5414b0dca4b (patch) | |
| tree | 272b6966183f1fe11f8d5de3dde21b6084e98136 /fuzz/Emby.Server.Implementations.Fuzz/fuzz.sh | |
| parent | c71dc380bf55112986d42c6d8f82856f22752803 (diff) | |
| parent | 427359deee0a029a36ed92f2668968b5976eb4a9 (diff) | |
Merge branch 'feature/EFUserData' of https://github.com/JPVenson/jellyfin into feature/EFUserData
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 80a5cd7c1..8183bb37a 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 ./bin/Debug/net8.0/Emby.Server.Implementations.Fuzz "$1" +AFL_SKIP_BIN_CHECK=1 afl-fuzz -i "Testcases/$1" -o "Findings/$1" -t 5000 ./bin/Debug/net9.0/Emby.Server.Implementations.Fuzz "$1" |
