We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9632e commit 58c7d4aCopy full SHA for 58c7d4a
tools/target_dem_fuzzer.c
@@ -88,7 +88,7 @@ static int64_t io_seek(void *opaque, int64_t offset, int whence)
88
89
// Ensure we don't loop forever
90
const uint32_t maxiteration = 8096;
91
-const int maxblocks= 100000;
+const int maxblocks= 50000;
92
93
static const uint64_t FUZZ_TAG = 0x4741542D5A5A5546ULL;
94
0 commit comments