mirror of https://github.com/google/oss-fuzz.git
12 lines
302 B
YAML
12 lines
302 B
YAML
homepage: "https://code.googlesource.com/re2"
|
|
language: c++
|
|
primary_contact: "junyer@google.com"
|
|
sanitizers:
|
|
- address
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
# - memory
|
|
- undefined
|
|
architectures:
|
|
- x86_64
|
|
- i386
|
|
main_repo: 'https://code.googlesource.com/re2' |