CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2012/06/20 05:37:21

Modified files:
        sys/compat/linux: linux_exec.c 

Log message:
Copy the set_tls_base flag when forking.

This enables the linux_child_return bits that set the TLS base in the
newly forked process.

Before this, processes that had the flag set would get a null pointer and
segfault when trying to access the TLS area.

Chased down and fixed by me. Turned into a proper one line diff by guenther@.

Reply via email to