From 600c44512756da11f45bd47b64f9c9cb9b6aa955 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 3 Dec 2015 12:38:19 +0100 Subject: [PATCH] Add missing dcrt0.cc patch to previous commit * dcrt0.cc (child_info_fork::alloc_stack): Don't set stackaddr to 0. Signed-off-by: Corinna Vinschen --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/dcrt0.cc | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index a24c55ebe..e539b896d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2015-12-03 Corinna Vinschen + + * dcrt0.cc (child_info_fork::alloc_stack): Don't set stackaddr to 0. + 2015-12-03 Corinna Vinschen * child_info.h (struct child_info): Add member from_main. diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index de95121c7..ac3360c19 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -486,7 +486,6 @@ child_info_fork::alloc_stack () guardpage); NtCurrentTeb()->Tib.StackLimit = stacklimit; } - stackaddr = 0; /* This only affects forked children of a process started from a native 64 bit process, but it doesn't hurt to do it unconditionally. Fix StackBase in the child to be the same as in the parent, so that the