[Bug libc/21512] clone() ends up calling exit_group() through _exit() wrapper
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Mon Jul 17 17:27:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=21512
--- Comment #3 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 48145e1c7dabaeab7ad8346d14f910cdeb6bc910 (commit)
from 204b3d4d2088cf94e8205a4db247aaa011cbe181 (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=48145e1c7dabaeab7ad8346d14f910cdeb6bc910
commit 48145e1c7dabaeab7ad8346d14f910cdeb6bc910
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Jul 17 11:46:00 2017 -0300
hppa: 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 hppa-linux-gnu.
Checked misc/tst-clone2 on hppa-linux-gnu.
[BZ #21512]
* sysdeps/unix/sysv/linux/hppa/clone.S (__clone): Fix argument
passing to syscall exit.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
sysdeps/unix/sysv/linux/hppa/clone.S | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list