mirror of https://github.com/google/oss-fuzz.git
Yuquanw branch (#4019)
* Adding auto-cc to project usrsctp * Improving fuzzing coverage * Remove experimental dataflow sanitizer Co-authored-by: Yuquan Wang <yuquanw@google.com>
This commit is contained in:
parent
351bf4c3c8
commit
2fdb520e26
|
@ -15,7 +15,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
cmake -Dsctp_build_programs=0 -Dsctp_debug=0 -Dsctp_invariants=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo .
|
||||
cmake -Dsctp_build_programs=0 -Dsctp_debug=0 -Dsctp_invariants=1 -Dsctp_build_fuzzer=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo .
|
||||
make -j$(nproc)
|
||||
cd fuzzer
|
||||
|
||||
|
|
|
@ -15,4 +15,3 @@ sanitizers:
|
|||
- address
|
||||
- undefined
|
||||
- memory
|
||||
- dataflow
|
||||
|
|
Loading…
Reference in New Issue