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 malloc/21754] malloc: Perform as little work as possible after heap consistency check failures


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

--- Comment #2 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  ac3ed168d0c0b2b702319ac0db72c9b475a8c72e (commit)
      from  44bcba80f309b7517f8f954b0389e60eb421373b (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=ac3ed168d0c0b2b702319ac0db72c9b475a8c72e

commit ac3ed168d0c0b2b702319ac0db72c9b475a8c72e
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Aug 30 19:29:38 2017 +0200

    malloc: Remove check_action variable [BZ #21754]

    Clean up calls to malloc_printerr and trim its argument list.

    This also removes a few bits of work done before calling
    malloc_printerr (such as unlocking operations).

    The tunable/environment variable still enables the lightweight
    additional malloc checking, but mallopt (M_CHECK_ACTION)
    no longer has any effect.

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

Summary of changes:
 ChangeLog          |   27 +++++++++
 malloc/arena.c     |   11 +---
 malloc/hooks.c     |   55 ++-----------------
 malloc/malloc.c    |  152 ++++++++++-----------------------------------------
 manual/memory.texi |    1 -
 manual/probes.texi |    7 ---
 6 files changed, 65 insertions(+), 188 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]