Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mjtest-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uydwl
mjtest-tests
Commits
58d0b576
Commit
58d0b576
authored
Dec 04, 2018
by
uiekn
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master'
parents
3eb3c839
4d1f072e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
exec/SegmentationFault.invalid.java
exec/SegmentationFault.invalid.java
+0
-9
exec/array_index_access_order.mj
exec/array_index_access_order.mj
+1
-1
No files found.
exec/SegmentationFault.invalid.java
deleted
100644 → 0
View file @
3eb3c839
class
A
{
public
int
i
;
public
static
void
main
(
String
[]
args
)
{
A
a
=
null
;
int
i
=
a
.
i
;
}
}
\ No newline at end of file
exec/array_index_access_order.mj
View file @
58d0b576
...
...
@@ -6,7 +6,7 @@ class B {
i[x] = (x = x + 1);
}
x = -1;
while(x <
4
) {
while(x <
3
) {
System.out.println(i[(x = x + 1)]);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment