mirror of https://github.com/google/oss-fuzz.git
[elfutils] prevent MSan from reporting issues for now (#7424)
https://sourceware.org/pipermail/elfutils-devel/2022q1/004784.html
This commit is contained in:
parent
d39cbb5a8c
commit
6e6d6068ae
|
@ -9,7 +9,8 @@ fuzzing_engines:
|
|||
- honggfuzz
|
||||
sanitizers:
|
||||
- address
|
||||
- memory
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
architectures:
|
||||
- x86_64
|
||||
|
|
Loading…
Reference in New Issue