mirror of https://github.com/google/oss-fuzz.git
13 lines
298 B
YAML
13 lines
298 B
YAML
homepage: "http://www.darwinsys.com/file/"
|
|
language: c++
|
|
primary_contact: "zoulasc@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/file/file.git'
|