mirror of https://github.com/google/oss-fuzz.git
Add jdevlieghere to LLVM's CC list (#812)
This commit is contained in:
parent
253df53796
commit
81641657e5
|
@ -2,6 +2,7 @@ homepage: "http://llvm.org/"
|
|||
primary_contact: "kcc@google.com"
|
||||
auto_ccs:
|
||||
- "mascasa@google.com"
|
||||
- "jdevlieghere@apple.com"
|
||||
- "llvm-bugs@lists.llvm.org"
|
||||
|
||||
# TODO(kcc): enable other sanitizers.
|
||||
|
@ -11,6 +12,6 @@ sanitizers:
|
|||
# The LLVM build currently supports only libFuzzer
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
|
||||
|
||||
# Bug reports are public by default:
|
||||
view_restrictions: none
|
||||
|
|
Loading…
Reference in New Issue