mirror of https://github.com/google/oss-fuzz.git
libzip: disable memory sanitizer (#11102)
It does not support using other libraries (openssl, zlib) correctly
This commit is contained in:
parent
4f8c938b06
commit
6a1cd9a8f0
|
@ -7,7 +7,8 @@ auto_ccs:
|
|||
sanitizers:
|
||||
- address
|
||||
- undefined
|
||||
- memory
|
||||
# Disable MSAN because it does not support using other libraries (openssl, zlib) correctly
|
||||
# - memory
|
||||
main_repo: 'https://github.com/nih-at/libzip.git'
|
||||
fuzzing_engines:
|
||||
- afl
|
||||
|
|
Loading…
Reference in New Issue