Removes DFSan for libteken (#6859)

* Removes DFSan for libteken

It does not seem relevant and makes the build fail

* libteken adds main_repo in config
This commit is contained in:
Catena cyber 2021-11-19 12:08:58 +01:00 committed by GitHub
parent 8d762775ac
commit a21768ce6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -5,9 +5,8 @@ fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address
- undefined
- memory
- dataflow
main_repo: 'http://svn.freebsd.org/base/head/sys/teken/'