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:
Marek Marczykowski-Górecki 2018-06-25 17:35:22 +02:00 committed by Abhishek Arya
parent a8b52adff6
commit 9d49131473
1 changed files with 3 additions and 0 deletions

View File

@ -4,3 +4,6 @@ auto_ccs:
- "joanna@invisiblethingslab.com"
- "marmarek@invisiblethingslab.com"
- "paras.chetal@gmail.com"
sanitizers:
- address
- memory