mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
fuzz: Avoid OOM in system fuzz target
This commit is contained in:
parent
d67330d112
commit
fa7718344d
2 changed files with 5 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ FUZZ_TARGET(system)
|
|||
SetupHelpOptions(args_manager);
|
||||
}
|
||||
|
||||
while (fuzzed_data_provider.ConsumeBool()) {
|
||||
LIMITED_WHILE(fuzzed_data_provider.ConsumeBool(), 3000)
|
||||
{
|
||||
CallOneOf(
|
||||
fuzzed_data_provider,
|
||||
[&] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue