Skip to content
Snippets Groups Projects
Commit 972e1ad8 authored by Ewen Smith's avatar Ewen Smith
Browse files

removed random stack preload

parent 71687166
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -122,7 +122,7 @@ public class Fuzzer { ...@@ -122,7 +122,7 @@ public class Fuzzer {
return getStaticTests() + generateInput(true, INSTRUCTION_MAX, 0); return getStaticTests() + generateInput(true, INSTRUCTION_MAX, 0);
} }
// Run from random stack // Run from random stack
return generateInput(true, INSTRUCTION_MAX, randomRange(0, MAX_STACK_SIZE)); return generateInput(true, INSTRUCTION_MAX, 0);
} }
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment