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:
Yuquan Wang 2020-06-22 21:47:15 +00:00 committed by GitHub
parent 351bf4c3c8
commit 2fdb520e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -15,4 +15,3 @@ sanitizers:
- address
- undefined
- memory
- dataflow