mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Fuzz the CMake ELF binary parser. Tests parsing of ELF headers and sections.
11 lines
108 B
Plaintext
11 lines
108 B
Plaintext
[libfuzzer]
|
|
max_len = 524288
|
|
timeout = 30
|
|
rss_limit_mb = 1024
|
|
|
|
[afl]
|
|
timeout = 30
|
|
|
|
[honggfuzz]
|
|
timeout = 30
|