Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
7ccae68f
Commit
7ccae68f
authored
Feb 06, 2018
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Fix crash on nested thread exit.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8d773e2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
signal_i386.c
dlls/ntdll/signal_i386.c
+1
-1
No files found.
dlls/ntdll/signal_i386.c
View file @
7ccae68f
...
...
@@ -2566,6 +2566,7 @@ __ASM_GLOBAL_FUNC( start_thread,
extern
void
DECLSPEC_NORETURN
call_thread_exit_func
(
int
status
,
void
(
*
func
)(
int
)
);
__ASM_GLOBAL_FUNC
(
call_thread_exit_func
,
"movl 8(%esp),%ecx
\n\t
"
/* fetch exit frame */
"movl %fs:0x1f4,%edx
\n\t
"
/* x86_thread_data()->exit_frame */
"testl %edx,%edx
\n\t
"
...
...
@@ -2573,7 +2574,6 @@ __ASM_GLOBAL_FUNC( call_thread_exit_func,
"jmp *%ecx
\n\t
"
/* switch to exit frame stack */
"1:
\t
movl 4(%esp),%eax
\n\t
"
"movl 8(%esp),%ecx
\n\t
"
"movl $0,%fs:0x1f4
\n\t
"
"movl %edx,%ebp
\n\t
"
__ASM_CFI
(
".cfi_def_cfa %ebp,4
\n\t
"
)
...
...
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