[elfutils] prevent MSan from reporting issues for now (#7424)

https://sourceware.org/pipermail/elfutils-devel/2022q1/004784.html
This commit is contained in:
Evgeny Vereshchagin 2022-03-23 04:53:38 +03:00 committed by GitHub
parent d39cbb5a8c
commit 6e6d6068ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ fuzzing_engines:
- honggfuzz
sanitizers:
- address
- memory
- memory:
experimental: True
- undefined
architectures:
- x86_64