Commit Graph

6 Commits

Author SHA1 Message Date
Marcono1234 6b96cec28d
Guava: Choose proper minimumBits value for HashingFuzzer (#9862)
See https://github.com/google/guava/issues/6324#issuecomment-1433981628
for more context.
This change makes sure that (1) `minimumBits` is valid (previously it
could be negative, which is invalid) and (2) the value is not too large
to prevent spurious `OutOfMemoryError`s.
2023-03-13 13:00:47 -04:00
Henry Lin 7623da9d81
Code Intelligence Java projects: Add bug-disclosure email to project.yaml. (#8987)
Add bug-disclosure email to all java projects' project.yaml.
2022-11-16 17:48:01 +11: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
aschaich ddb15112cc
[guava] add more fuzz targets (#8499) 2022-09-17 20:51:14 -04:00
Henry Lin 914a520993
Add code intelligence email address for several jvm projects (#8132)
Delete emails for the jvm projects which are not onboarded by CI
2022-08-04 12:50:05 -04:00
psy b00007425f
guava: Initial integration (#7720)
* Initial integration

* Add primary_contact, remove unused imports
2022-05-20 15:36:59 +10:00