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
d4d8efad
Commit
d4d8efad
authored
Oct 24, 2014
by
Sebastian Lackner
Committed by
Alexandre Julliard
Oct 27, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32/tests: Avoid crashing when exception info[0] contains wrong value.
parent
4b1aba75
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
virtual.c
dlls/kernel32/tests/virtual.c
+1
-2
No files found.
dlls/kernel32/tests/virtual.c
View file @
d4d8efad
...
...
@@ -2130,8 +2130,7 @@ static void test_atl_thunk_emulation( ULONG dep_flags )
vectored_handler
=
pRtlAddVectoredExceptionHandler
(
TRUE
,
&
execute_fault_vec_handler
);
ok
(
vectored_handler
!=
0
,
"RtlAddVectoredExceptionHandler failed
\n
"
);
num_execute_fault_calls
=
0
;
ret
=
SendMessageA
(
hWnd
,
WM_USER
,
0
,
0
);
ret
=
send_message_excpt
(
hWnd
,
WM_USER
,
0
,
0
);
pRtlRemoveVectoredExceptionHandler
(
vectored_handler
);
...
...
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