We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5388f commit fab5cb9Copy full SHA for fab5cb9
src/test/fuzz/autofile.cpp
@@ -21,7 +21,8 @@ FUZZ_TARGET(autofile)
21
AutoFile auto_file{
22
fuzzed_file_provider.open(),
23
};
24
- LIMITED_WHILE(fuzzed_data_provider.ConsumeBool(), 10000) {
+ LIMITED_WHILE(fuzzed_data_provider.ConsumeBool(), 100)
25
+ {
26
CallOneOf(
27
fuzzed_data_provider,
28
[&] {
src/test/fuzz/buffered_file.cpp
@@ -26,7 +26,8 @@ FUZZ_TARGET(buffered_file)
}
if (opt_buffered_file && !fuzzed_file.IsNull()) {
bool setpos_fail = false;
29
30
31
32
33
0 commit comments