Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Keystone
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Third Party Mirrors
Keystone
Commits
5f3c7cbe
Commit
5f3c7cbe
authored
8 years ago
by
Nguyen Anh Quynh
Browse files
Options
Downloads
Plain Diff
Merge pull request #150 from practicalswift/minimize-crash-14-x64-invalid-accessor
Minimize crash case.
parents
a2b53c34
240fe21e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
suite/regress/c-crashers/crash-14-x64-invalid-accessor.c
+2
-3
2 additions, 3 deletions
suite/regress/c-crashers/crash-14-x64-invalid-accessor.c
with
2 additions
and
3 deletions
suite/regress/c-crashers/crash-14-x64-invalid-accessor.c
+
2
−
3
View file @
5f3c7cbe
...
...
@@ -2,9 +2,8 @@
int
main
(
int
argc
,
char
**
argv
)
{
int
ks_arch
=
KS_ARCH_X86
,
ks_mode
=
KS_MODE_64
;
unsigned
char
assembly
[]
=
{
'A'
,
'A'
,
'F'
,
'='
,
'A'
,
'A'
,
'-'
,
'-'
,
'A'
,
0x0a
,
'F'
,
'='
,
'A'
,
'd'
,
'-'
,
'5'
,
';'
,
'.'
,
'='
,
'A'
,
'A'
,
'F'
,
'-'
,
'A'
,
'A'
,
'F'
,
0x00
,
'x'
,
'='
,
'y'
,
'-'
,
'-'
,
'y'
,
';'
,
'.'
,
'='
,
'x'
,
'-'
,
'x'
,
0x00
,
};
ks_engine
*
ks
;
ks_err
err
=
ks_open
(
ks_arch
,
ks_mode
,
&
ks
);
...
...
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