public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/12207] New: malloc does not compile with MALLOC_DEBUG flag
@ 2010-11-11  6:35 aksenov at protei dot ru
  2010-12-26  1:13 ` [Bug libc/12207] " drepper.fsp at gmail dot com
  2014-06-30  6:28 ` fweimer at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: aksenov at protei dot ru @ 2010-11-11  6:35 UTC (permalink / raw)
  To: glibc-bugs

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

           Summary: malloc does not compile with MALLOC_DEBUG flag
           Product: glibc
           Version: 2.12
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: aksenov@protei.ru


The erros is:
> malloc.c: In function ‘do_check_malloc_state’:
> malloc.c:2834:11: error: ‘struct malloc_state’ has no member named ‘fastbins’

That's because do_check_malloc_state still use
  av->fastbins[i];
instead of
  fastbin(av, i);

-- 
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] 3+ messages in thread

* [Bug libc/12207] malloc does not compile with MALLOC_DEBUG flag
  2010-11-11  6:35 [Bug libc/12207] New: malloc does not compile with MALLOC_DEBUG flag aksenov at protei dot ru
@ 2010-12-26  1:13 ` drepper.fsp at gmail dot com
  2014-06-30  6:28 ` fweimer at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: drepper.fsp at gmail dot com @ 2010-12-26  1:13 UTC (permalink / raw)
  To: glibc-bugs

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

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Ulrich Drepper <drepper.fsp at gmail dot com> 2010-12-25 19:16:55 UTC ---
I checked in a patch.

-- 
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] 3+ messages in thread

* [Bug libc/12207] malloc does not compile with MALLOC_DEBUG flag
  2010-11-11  6:35 [Bug libc/12207] New: malloc does not compile with MALLOC_DEBUG flag aksenov at protei dot ru
  2010-12-26  1:13 ` [Bug libc/12207] " drepper.fsp at gmail dot com
@ 2014-06-30  6:28 ` fweimer at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: fweimer at redhat dot com @ 2014-06-30  6:28 UTC (permalink / raw)
  To: glibc-bugs

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

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] 3+ messages in thread

end of thread, other threads:[~2014-06-30  6:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-11  6:35 [Bug libc/12207] New: malloc does not compile with MALLOC_DEBUG flag aksenov at protei dot ru
2010-12-26  1:13 ` [Bug libc/12207] " drepper.fsp at gmail dot com
2014-06-30  6:28 ` fweimer at redhat dot com

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).