[libfido2] re-enable MSAN (#6617)

The dependencies built without MSAN (chiefly, libudev) aren't used
by the fuzz targets, so it seems safe to bring MSAN back. Verified
locally with 'python infra/helper.py'.
This commit is contained in:
pedro martelletto 2021-10-19 11:13:36 +02:00 committed by GitHub
parent a006a39501
commit fd2e1a750b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -10,8 +10,7 @@ auto_ccs:
sanitizers:
- address
- undefined
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
- memory
fuzzing_engines:
- libfuzzer
main_repo: 'https://github.com/Yubico/libfido2'
main_repo: 'https://github.com/Yubico/libfido2'