Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swen90006-a2-2020
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arman Arethna
swen90006-a2-2020
Commits
9f8edf22
Commit
9f8edf22
authored
Oct 23, 2020
by
ehuang32
Browse files
Options
Downloads
Patches
Plain Diff
MAX_STACK=3
parent
00ab8c78
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
fuzzer/Fuzzer.java
+1
-1
1 addition, 1 deletion
fuzzer/Fuzzer.java
runCount.txt
+1
-1
1 addition, 1 deletion
runCount.txt
with
2 additions
and
2 deletions
fuzzer/Fuzzer.java
+
1
−
1
View file @
9f8edf22
...
@@ -52,7 +52,7 @@ public class Fuzzer {
...
@@ -52,7 +52,7 @@ public class Fuzzer {
// Current stack of instructions
// Current stack of instructions
private
static
ArrayList
<
Instruction
>
instructionStack
=
new
ArrayList
<
Instruction
>();
private
static
ArrayList
<
Instruction
>
instructionStack
=
new
ArrayList
<
Instruction
>();
// Max stack of instructions before resetting stack
// Max stack of instructions before resetting stack
private
static
final
int
MAX_STACK
=
2
;
private
static
final
int
MAX_STACK
=
3
;
public
static
void
main
(
String
[]
args
)
throws
IOException
{
public
static
void
main
(
String
[]
args
)
throws
IOException
{
System
.
out
.
println
(
Instruction
.
getBNF
());
System
.
out
.
println
(
Instruction
.
getBNF
());
...
...
This diff is collapsed.
Click to expand it.
runCount.txt
+
1
−
1
View file @
9f8edf22
0
1
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment