mirror of https://github.com/google/oss-fuzz.git
Add drubery@chromium.org as auto_cc for unrar (#8719)
I'm working on moving the fuzzing for unrar from OSS-Fuzz to the Chromium repo (https://crrev.com/c/3939973), and need to copy the existing corpus between repos. https://google.github.io/oss-fuzz/advanced-topics/corpora/#obtain-access indicates that I need auto_cc access in order to do this. Co-authored-by: Daniel Rubery <drubery@chromium.org>
This commit is contained in:
parent
8dd11edb09
commit
a9e1c6ec26
|
@ -3,6 +3,7 @@ language: c++
|
|||
primary_contact: "roshal@rarlab.com"
|
||||
auto_ccs:
|
||||
- "vakh@chromium.org"
|
||||
- "drubery@chromium.org"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory
|
||||
|
|
Loading…
Reference in New Issue