CMake/Tests/Fuzzing
2021-01-13 11:04:59 +00:00
..
README.rst Tests: Add a fuzzer for oss-fuzz 2021-01-13 11:04:59 +00:00
xml_parser_fuzzer.cc Tests: Add a fuzzer for oss-fuzz 2021-01-13 11:04:59 +00:00

The fuzzers in this directory are run continuously through OSS-fuzz.
All fuzzers are implemented by way of the `libFuzzer engine`_.

The link to the OSS-fuzz integration can be found here: (pending)
All email addresses in the `project.yaml` file on OSS-fuzz will have access
to detailed bug reports and will be notified via email if/when bugs are found.

.. _`libFuzzer Engine`: https://llvm.org/docs/LibFuzzer.html