mirror of https://github.com/google/oss-fuzz.git
[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:
parent
a36be92ad9
commit
56e0158135
|
@ -9,8 +9,7 @@ fuzzing_engines:
|
|||
- honggfuzz
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- memory
|
||||
- undefined
|
||||
architectures:
|
||||
- x86_64
|
||||
|
|
Loading…
Reference in New Issue