aboutsummaryrefslogtreecommitdiff
path: root/fuzz/Jellyfin.Server.Fuzz/fuzz.sh
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2022-10-07 11:30:08 +0200
committerBond_009 <bond.009@outlook.com>2022-10-07 11:30:21 +0200
commitf37c3e181eb2f6e2fcd04a473cf52c395b295368 (patch)
treeefab8a5f7f3bd4563044f6ca91c168745969274b /fuzz/Jellyfin.Server.Fuzz/fuzz.sh
parent927fe33d3a0ec7f9e0fb568cfd423c6e8b966c9d (diff)
Update fuzzing projects to .net6
Diffstat (limited to 'fuzz/Jellyfin.Server.Fuzz/fuzz.sh')
-rwxr-xr-xfuzz/Jellyfin.Server.Fuzz/fuzz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Jellyfin.Server.Fuzz/fuzz.sh b/fuzz/Jellyfin.Server.Fuzz/fuzz.sh
index ad81e2c35..303eb2135 100755
--- a/fuzz/Jellyfin.Server.Fuzz/fuzz.sh
+++ b/fuzz/Jellyfin.Server.Fuzz/fuzz.sh
@@ -8,4 +8,4 @@ cp bin/jellyfin.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/net5.0/Jellyfin.Server.Fuzz.dll "$1"
+AFL_SKIP_BIN_CHECK=1 afl-fuzz -i "Testcases/$1" -o "Findings/$1" -t 5000 -m 10240 dotnet bin/Debug/net6.0/Jellyfin.Server.Fuzz.dll "$1"