mirror of https://github.com/google/oss-fuzz.git
18 lines
438 B
YAML
18 lines
438 B
YAML
homepage: "http://www.libpng.org/pub/png/libpng.html"
|
|
language: c++
|
|
primary_contact: "glennrp@gmail.com"
|
|
auto_ccs:
|
|
- "barbaro.alberto@gmail.com"
|
|
vendor_ccs:
|
|
- "aosmond@mozilla.com"
|
|
- "tnikkel@mozilla.com"
|
|
- "twsmith@mozilla.com"
|
|
sanitizers:
|
|
- address
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
# - memory
|
|
- undefined
|
|
architectures:
|
|
- x86_64
|
|
main_repo: 'https://github.com/glennrp/libpng.git'
|