mirror of https://github.com/google/oss-fuzz.git
mercurial: disable msan, hopefully only for a while (#1865)
Our new fuzzer requires CPython, and I'm getting extremely confusing (and implausible-looking based on reading of CPython source) msan issues, so let's disable msan for this project for now.
This commit is contained in:
parent
0584bccf21
commit
8e87c896e2
|
@ -7,5 +7,7 @@ auto_ccs:
|
||||||
- "martinvonz@google.com"
|
- "martinvonz@google.com"
|
||||||
sanitizers:
|
sanitizers:
|
||||||
- address
|
- address
|
||||||
- memory
|
|
||||||
- undefined
|
- undefined
|
||||||
|
# TODO: re-enable memory when we figure out how to work with cpython
|
||||||
|
# and msan at the same time.
|
||||||
|
# - memory
|
||||||
|
|
Loading…
Reference in New Issue