summary refs log tree commit diff
path: root/fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/block_fuzzer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/block_fuzzer.rs b/fuzz/block_fuzzer.rs
index 4c3f9e4..ccd7c85 100644
--- a/fuzz/block_fuzzer.rs
+++ b/fuzz/block_fuzzer.rs
@@ -80,7 +80,7 @@ fuzz_target!(|bytes| {
 
     let shm = SharedMemory::anon().unwrap();
     let disk_file: File = shm.into();
-    let mut block = Block::new(Box::new(disk_file), false, true, None).unwrap();
+    let mut block = Block::new(Box::new(disk_file), false, true, 512, None).unwrap();
 
     block.activate(
         mem,