public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/1349] New: malloc_usable_size() incorrect when MALLOC_CHECK_>0
@ 2005-09-17 18:09 jkearney at endeca dot com
  2005-09-28 22:46 ` [Bug libc/1349] " drepper at redhat dot com
  2005-09-29  1:22 ` jkearney at endeca dot com
  0 siblings, 2 replies; 6+ messages in thread
From: jkearney at endeca dot com @ 2005-09-17 18:09 UTC (permalink / raw)
  To: glibc-bugs

When MALLOC_CHECK_>0, an extra byte is added to each allocation for checking. 
malloc_usable_size() doesn't take this extra byte off the return value in this
case.  Try the following with MALLOC_CHECK_=2:

    void* p = malloc(7);
    size_t usable = malloc_usable_size(p);
    memset(p, 0, usable);
    p = realloc(p, 7);

-- 
           Summary: malloc_usable_size() incorrect when MALLOC_CHECK_>0
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: jkearney at endeca dot com
                CC: glibc-bugs at sources dot redhat dot com


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <bug-1349-131@http.sourceware.org/bugzilla/>]

end of thread, other threads:[~2012-02-06 14:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-17 18:09 [Bug libc/1349] New: malloc_usable_size() incorrect when MALLOC_CHECK_>0 jkearney at endeca dot com
2005-09-28 22:46 ` [Bug libc/1349] " drepper at redhat dot com
2005-09-29  1:22 ` jkearney at endeca dot com
     [not found] <bug-1349-131@http.sourceware.org/bugzilla/>
2011-04-16 15:35 ` clausen at econ dot upenn.edu
2011-04-16 16:03 ` ppluzhnikov at google dot com
2012-02-06 14:07 ` aj at suse dot de

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