mirror of https://github.com/google/oss-fuzz.git
17 lines
401 B
YAML
17 lines
401 B
YAML
homepage: "https://www.imagemagick.org"
|
|
language: c++
|
|
primary_contact: "dirk@lemstra.org"
|
|
auto_ccs:
|
|
- paul.l.kehrer@gmail.com
|
|
- alex.gaynor@gmail.com
|
|
- urban.warrior.fuzz@gmail.com
|
|
sanitizers:
|
|
- address
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
# - memory
|
|
- undefined
|
|
architectures:
|
|
- x86_64
|
|
- i386
|
|
main_repo: 'https://github.com/imagemagick/imagemagick'
|