mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
Remove oss-fuzz ci, add custom fuzzing ci
This commit is contained in:
@@ -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
2
fuzz/makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
all:
|
||||
clang++ -std=c++17 -o ssp_fuzz ssp_fuzz.cpp -g -fsanitize=fuzzer
|
||||
Reference in New Issue
Block a user