fuzz: Update the 'block' fuzz target with the rate limiter support

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen 2021-03-03 18:14:57 -08:00 committed by Sebastien Boeuf
parent af8def364d
commit 169d6f6756

View File

@ -95,6 +95,7 @@ fuzz_target!(|bytes| {
2,
256,
SeccompAction::Allow,
None,
)
.unwrap();