Commit Graph

2 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
psy b00007425f
guava: Initial integration (#7720)
* Initial integration

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