CMake/Tests/Fuzzing
Kitware Robot 1772622772 LICENSE: Replace references to Copyright.txt with LICENSE.rst
```
git grep -lz 'Copyright.txt or https://cmake.org/licensing ' |
  while IFS= read -r -d $'\0' f ; do
    sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / {
              s/Copyright.txt/LICENSE.rst/
            }' "$f" ; done
```
2025-03-03 10:43:35 -05:00
..
README.rst Help: Fix typos found by the rst-backticks hook 2025-01-27 01:43:26 +04:00
xml_parser_fuzzer.cc LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05: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