public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug manual/13091] New: MALLOC_PERTURB_ and MALLOC_CHECK_=3 not documented
@ 2011-08-14 23:28 karl at freefriends dot org
  2012-04-12  1:31 ` [Bug manual/13091] " mtk.manpages at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: karl at freefriends dot org @ 2011-08-14 23:28 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13091

             Bug #: 13091
           Summary: MALLOC_PERTURB_ and MALLOC_CHECK_=3 not documented
           Product: glibc
           Version: 2.14
            Status: NEW
          Severity: normal
          Priority: P2
         Component: manual
        AssignedTo: roland@gnu.org
        ReportedBy: karl@freefriends.org
    Classification: Unclassified


In the manual, memory.texi (node Heap Consistency Checking) talks about the
envvar MALLOC_CHECK_ for values <=2.  

I've learned that it can now also be set to 3, and there's an additional
related envvar MALLOC_PERTURB_.  Please document those too?

Thanks,
Karl

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug manual/13091] MALLOC_PERTURB_ and MALLOC_CHECK_=3 not documented
  2011-08-14 23:28 [Bug manual/13091] New: MALLOC_PERTURB_ and MALLOC_CHECK_=3 not documented karl at freefriends dot org
@ 2012-04-12  1:31 ` mtk.manpages at gmail dot com
  2014-06-27 12:30 ` fweimer at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mtk.manpages at gmail dot com @ 2012-04-12  1:31 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13091

Michael Kerrisk <mtk.manpages at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtk.manpages at gmail dot
                   |                            |com

--- Comment #1 from Michael Kerrisk <mtk.manpages at gmail dot com> 2012-04-12 01:31:38 UTC ---
See http://man7.org/linux/man-pages/man3/mallopt.3.html (recently enhanced).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug manual/13091] MALLOC_PERTURB_ and MALLOC_CHECK_=3 not documented
  2011-08-14 23:28 [Bug manual/13091] New: MALLOC_PERTURB_ and MALLOC_CHECK_=3 not documented karl at freefriends dot org
  2012-04-12  1:31 ` [Bug manual/13091] " mtk.manpages at gmail dot com
@ 2014-06-27 12:30 ` fweimer at redhat dot com
  2015-03-11 11:47 ` jwilk at jwilk dot net
  2021-07-14  2:57 ` [Bug malloc/13091] " siddhesh at sourceware dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-27 12:30 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug manual/13091] MALLOC_PERTURB_ and MALLOC_CHECK_=3 not documented
  2011-08-14 23:28 [Bug manual/13091] New: MALLOC_PERTURB_ and MALLOC_CHECK_=3 not documented karl at freefriends dot org
  2012-04-12  1:31 ` [Bug manual/13091] " mtk.manpages at gmail dot com
  2014-06-27 12:30 ` fweimer at redhat dot com
@ 2015-03-11 11:47 ` jwilk at jwilk dot net
  2021-07-14  2:57 ` [Bug malloc/13091] " siddhesh at sourceware dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jwilk at jwilk dot net @ 2015-03-11 11:47 UTC (permalink / raw)
  To: glibc-bugs

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

Jakub Wilk <jwilk at jwilk dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jwilk at jwilk dot net

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug malloc/13091] MALLOC_PERTURB_ and MALLOC_CHECK_=3 not documented
  2011-08-14 23:28 [Bug manual/13091] New: MALLOC_PERTURB_ and MALLOC_CHECK_=3 not documented karl at freefriends dot org
                   ` (2 preceding siblings ...)
  2015-03-11 11:47 ` jwilk at jwilk dot net
@ 2021-07-14  2:57 ` siddhesh at sourceware dot org
  3 siblings, 0 replies; 5+ messages in thread
From: siddhesh at sourceware dot org @ 2021-07-14  2:57 UTC (permalink / raw)
  To: glibc-bugs

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

Siddhesh Poyarekar <siddhesh at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
                 CC|                            |siddhesh at sourceware dot org
             Status|NEW                         |RESOLVED

--- Comment #3 from Siddhesh Poyarekar <siddhesh at sourceware dot org> ---
MALLOC_CHECK_ is not obsolescent, it just doesn't take all the different
values.  It continues to add checking if the value is non-zero.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-14  2:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-14 23:28 [Bug manual/13091] New: MALLOC_PERTURB_ and MALLOC_CHECK_=3 not documented karl at freefriends dot org
2012-04-12  1:31 ` [Bug manual/13091] " mtk.manpages at gmail dot com
2014-06-27 12:30 ` fweimer at redhat dot com
2015-03-11 11:47 ` jwilk at jwilk dot net
2021-07-14  2:57 ` [Bug malloc/13091] " siddhesh at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).