mirror of https://github.com/google/oss-fuzz.git
[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:
parent
a006a39501
commit
fd2e1a750b
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue