mirror of https://github.com/google/oss-fuzz.git
qubes-os: disable ubsan (#1564)
input-proxy (the only fuzzer target for now) have only 1 UBSan call right now, which doesn't make much sense to fuzz. Disable it, until input-proxy gets more complex for that.
This commit is contained in:
parent
a8b52adff6
commit
9d49131473
|
@ -4,3 +4,6 @@ auto_ccs:
|
||||||
- "joanna@invisiblethingslab.com"
|
- "joanna@invisiblethingslab.com"
|
||||||
- "marmarek@invisiblethingslab.com"
|
- "marmarek@invisiblethingslab.com"
|
||||||
- "paras.chetal@gmail.com"
|
- "paras.chetal@gmail.com"
|
||||||
|
sanitizers:
|
||||||
|
- address
|
||||||
|
- memory
|
||||||
|
|
Loading…
Reference in New Issue