Commit Graph

8 Commits

Author SHA1 Message Date
DavidKorczynski 8bc78d5fa9
java projects: bump maven (#9329)
Fixes broken builds

Signed-off-by: David Korczynski <david@adalogics.com>
2023-01-02 14:37:13 +00: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
DavidKorczynski 3d1858edb2
java-projects: update maven 3.8.5 to 3.8.6 (#7854)
* java-projects: update maven 3.8.5 to 3.8.6

The 3.8.5 is no longer available so project builds are failing for those
in this commit. This fixes it.

* nit: remove jul-to-slf4j
2022-06-12 22:40:23 +01:00
Oliver Chang d6022d14da
Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
DavidKorczynski 322df7b9ee
brotli-java, gson: fix builds (#7390) 2022-03-16 10:55:39 +00:00
Eugene Kliuchnikov 5e9a6f2184
Stop fuzzing once output size limit is reached (#6958)
As with most other compressors, brotli input could be a "bomb".
Limiting output size defuses such inputs (to avoid timeouts).
2021-12-03 10:32:00 +00:00
DavidKorczynski 29523637f5
brotli-java: fix maven link (#6904) 2021-11-25 13:39:53 +00:00
DavidKorczynski 299221cad3
brotli-java: initial integration (#6786)
* brotli-java: initial integration

* update engine and sanitizer for java project

* tni

* brotli-java: update yaml and remove unused variable
2021-11-23 10:44:02 -05:00