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

View File

@@ -1,5 +0,0 @@
#!/usr/bin/env sh
$CXX $CFLAGS $CXXFLAGS $LIB_FUZZING_ENGINE $SRC/fuzz/ssp_fuzz.cpp
-I $SRC/include
-o $OUT/ssp_fuzz

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