Remove oss-fuzz ci, add custom fuzzing ci

This commit is contained in:
ado
2024-03-03 01:50:54 +01:00
parent 880266bf61
commit 805196a636
3 changed files with 33 additions and 35 deletions

2
fuzz/makefile Normal file
View File

@@ -0,0 +1,2 @@
all:
clang++ -std=c++17 -o ssp_fuzz ssp_fuzz.cpp -g -fsanitize=fuzzer