Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
40947676
Commit
40947676
authored
Dec 01, 2021
by
Paul Gofman
Committed by
Alexandre Julliard
Dec 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll/tests: Fix iret to invalid selector test on x64.
Signed-off-by:
Paul Gofman
<
pgofman@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
111398c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
exception.c
dlls/ntdll/tests/exception.c
+2
-2
No files found.
dlls/ntdll/tests/exception.c
View file @
40947676
...
...
@@ -2832,8 +2832,8 @@ static const struct exception
0
,
1
,
STATUS_PRIVILEGED_INSTRUCTION
,
0
},
/* test iret to invalid selector */
{
{
0x6a
,
0x00
,
0x6a
,
0x00
,
0x6a
,
0x00
,
0xcf
,
0x83
,
0xc4
,
0x18
,
0xc3
},
/* 15: pushq $0; pushq $0; pushq $0; iret; add
l $24,%e
sp; ret */
{
{
0x6a
,
0x00
,
0x6a
,
0x00
,
0x6a
,
0x00
,
0xcf
,
0x
48
,
0x
83
,
0xc4
,
0x18
,
0xc3
},
/* 15: pushq $0; pushq $0; pushq $0; iret; add
q $24,%r
sp; ret */
6
,
1
,
STATUS_ACCESS_VIOLATION
,
2
,
{
0
,
0xffffffffffffffff
}
},
/* 15 */
/* test loading an invalid selector */
...
...
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