mirror of https://github.com/google/oss-fuzz.git
Tweak Skia/SKCMS project configs (#1143)
* Enable UBSan on Skia and SKCMS projects. * Add mike to cc list.
This commit is contained in:
parent
a3f8663d19
commit
677d07f0c9
|
@ -6,5 +6,4 @@ auto_ccs:
|
|||
sanitizers:
|
||||
- address
|
||||
- memory
|
||||
- undefined:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
|
@ -2,8 +2,9 @@ homepage: "https://github.com/google/skia"
|
|||
primary_contact: "kjlubick@chromium.org"
|
||||
auto_ccs:
|
||||
- "hcm@chromium.org"
|
||||
- "mtklein@chromium.org"
|
||||
- "reed@chromium.org"
|
||||
sanitizers:
|
||||
- address
|
||||
- undefined:
|
||||
experimental: True
|
||||
- undefined
|
||||
- memory
|
||||
|
|
Loading…
Reference in New Issue