[elfutils] bring MSan back (#7460)

Now that all the false positives are gone and MSan reports real
issues like https://sourceware.org/bugzilla/show_bug.cgi?id=29000
confirmed by Valgrind it should be safe to bring MSan back.

It reverts 6e6d6068ae
This commit is contained in:
Evgeny Vereshchagin 2022-03-28 21:47:26 +03:00 committed by GitHub
parent a36be92ad9
commit 56e0158135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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