Commit Graph

4 Commits

Author SHA1 Message Date
Fabian Meumertzheim 10e888b561
[all] Make fuzz targets world executable (#5751)
Making fuzz targets only user executable as the root user makes them
non-executable outside the container, e.g. in the oss-fuzz/build/ dir.
2021-05-12 07:03:21 -07:00
Google AutoFuzz Team e3806aada0
Use the new wrapper for pygments (#4898) 2020-12-30 10:07:43 -08:00
Google AutoFuzz Team 32dec5ae28
Add a corpus for pygments (#4840) 2020-12-14 07:05:37 -08:00
Google AutoFuzz Team 25988ca5f1
Add a fuzzer for Pygments (#4794)
* Add a fuzzer for Pygments

While pygments doesn't use native code for fuzzing,
it's the defacto solution to highlight (untrusted) code,
so unexpected exceptions and timeouts are important.

* Make the fuzzer work

* Remove a useless LD_PRELOAD

* Add a missing "main_repo" field
2020-12-11 07:30:23 -08:00