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 #4 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, master has been updated
       via  d500130f313572651e1d299f1677f8d677060fb2 (commit)
      from  f8cef4d07d9641e27629bd3ce2d13f5d702fb251 (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=d500130f313572651e1d299f1677f8d677060fb2

commit d500130f313572651e1d299f1677f8d677060fb2
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Jul 19 11:45:37 2017 -0300

    alpha: Fix clone exit syscall argument passing (BZ#21512)

    This patch fixes the argument passing for exit syscall after
    the clone function returns on hppa.  This fixes misc/tst-clone2
    on alpha-linux-gnu.

    Checked misc/tst-clone2 on alpha-linux-gnu.

        [BZ #21512]
        * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Fix argument
        passing to syscall exit.

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

Summary of changes:
 ChangeLog                             |    5 +++++
 sysdeps/unix/sysv/linux/alpha/clone.S |    1 +
 2 files changed, 6 insertions(+), 0 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]