Commit Graph

4 Commits

Author SHA1 Message Date
Matt Juntunen 290344bc6a
adding commons-geometry to Apache Commons project files (#6144) 2021-08-01 02:02:37 +00:00
Fabian Meumertzheim 08c3b789f2
[apache-commons] Run fuzzers in headless mode (#6107)
Running the fuzzers in headless mode works around missing dependencies
for the full Java AWT libraries. It is likely that the commons-imaging
only uses features available in headless mode, in which case this would
be a complete fix for the fuzzer startup crashes observed on
ClusterFuzz.
2021-07-23 17:31:07 +01:00
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
Fabian Meumertzheim 17db8249e0
[apache-commons] Initial integration (#5633)
Adds fuzzers for Imaging and Compress.
2021-04-19 08:12:46 -07:00