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
aschaich ddb15112cc
[guava] add more fuzz targets (#8499) 2022-09-17 20:51:14 -04:00