mirror of https://github.com/google/oss-fuzz.git
17 lines
329 B
YAML
17 lines
329 B
YAML
homepage: "http://eigen.tuxfamily.org/index.php?title=Main_Page"
|
|
language: c++
|
|
primary_contact: "eigen-core-team@lists.tuxfamily.org"
|
|
sanitizers:
|
|
- address
|
|
- memory
|
|
- undefined
|
|
architectures:
|
|
- x86_64
|
|
- i386
|
|
main_repo: 'https://gitlab.com/libeigen/eigen.git'
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
- centipede
|