This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/21512] clone() ends up calling exit_group() through _exit() wrapper


https://sourceware.org/bugzilla/show_bug.cgi?id=21512

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, release/2.25/master has been updated
       via  42f78808b15a775552946eccc4aefbd99617130a (commit)
      from  80fadd69ca373f02fc6a9f7fe3791d7b00ad0f93 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=42f78808b15a775552946eccc4aefbd99617130a

commit 42f78808b15a775552946eccc4aefbd99617130a
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Sat Aug 12 17:37:14 2017 -0400

    Call exit directly in clone (BZ #21512)

        [BZ #21512]
        * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Call exit
        syscall instead of jump to _exit.
        * sysdeps/unix/sysv/linux/hppa/localplt.data: Remove _exit entry.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                  |    8 ++++++++
 sysdeps/unix/sysv/linux/hppa/clone.S       |    6 +++---
 sysdeps/unix/sysv/linux/hppa/localplt.data |    1 -
 3 files changed, 11 insertions(+), 4 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]