libzip: disable memory sanitizer (#11102)

It does not support using other libraries (openssl, zlib) correctly
This commit is contained in:
Thomas Klausner 2023-10-10 11:20:07 +00:00 committed by GitHub
parent 4f8c938b06
commit 6a1cd9a8f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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