Commit Graph

7 Commits

Author SHA1 Message Date
Roman Wagner 31ed0c8b0a
fix multiple java build issues in ClusterFuzz (#10017)
This fix aims to solve multiple build issues in ClusterFuzz related to
absolute path invocation of java dependencies.
2023-04-04 14:38:35 +10:00
Roman Wagner 9d83bd8740
[jetty] add more fuzz targets, add dict and seed corpus for http and xml fuzzers (#9756) 2023-02-21 09:36:44 +11:00
Roman Wagner 6b039458bc
[jetty] fix build failure, migrate to jazzer-junit (#9704) 2023-02-15 09:45:57 -05:00
Fabian Meumertzheim 514febd38c
java: Fix bash escaping in memory setting logic (#8825)
These issues were missed in 5b1953b201 and
prevent the new logic from applying correctly for some projects.
2022-11-07 10:34:37 -08:00
Fabian Meumertzheim 5b1953b201
infra/java: Improve reproducibility of memory issues (#8736)
When reproducing, use slightly lower limits on heap and stack size so
that minimal changes to fuzz targets, fuzzer and runtime do not cause
memory issues to fail to reproduce.
2022-10-19 13:51:06 -04:00
Henry Lin 8ec85eb8e5
jetty: Fix build failure (#8817)
Fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=51784
Delete some not needed jar.
2022-10-19 17:34:25 +01:00
Henry Lin 3c9ea55a0a
Jetty: Initial integration (#8447)
Initial integration of Jetty project, only contains a fuzz target of
jetty-server part for now.
2022-09-08 17:18:41 -04:00