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/14333] Fix the race between atexit() and exit()


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

--- Comment #9 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  26e70aec7028feeb196744eb97cd2dff3670b7aa (commit)
      from  0525ce4850f2c22a235dcd3422bc92f40815f377 (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=26e70aec7028feeb196744eb97cd2dff3670b7aa

commit 26e70aec7028feeb196744eb97cd2dff3670b7aa
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Wed Sep 20 09:31:48 2017 -0700

    Fix BZ 14333

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

Summary of changes:
 ChangeLog                        |   22 ++++++++++++
 stdlib/Makefile                  |    9 ++++-
 stdlib/cxa_atexit.c              |   28 +++++++++------
 stdlib/cxa_finalize.c            |   68 ++++++++++++++++++++++++++-----------
 stdlib/exit.c                    |   36 +++++++++++++++++++-
 stdlib/exit.h                    |   19 ++++++++++-
 stdlib/on_exit.c                 |   13 +++++--
 stdlib/test-at_quick_exit-race.c |   32 ++++++++++++++++++
 stdlib/test-atexit-race.c        |   31 +++++++++++++++++
 stdlib/test-cxa_atexit-race.c    |   35 +++++++++++++++++++
 stdlib/test-on_exit-race.c       |   31 +++++++++++++++++
 11 files changed, 285 insertions(+), 39 deletions(-)
 create mode 100644 stdlib/test-at_quick_exit-race.c
 create mode 100644 stdlib/test-atexit-race.c
 create mode 100644 stdlib/test-cxa_atexit-race.c
 create mode 100644 stdlib/test-on_exit-race.c

-- 
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]