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

end of thread, other threads:[~2014-05-28 19:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-1349-131@http.sourceware.org/bugzilla/>
2011-04-16 15:35 ` [Bug libc/1349] malloc_usable_size() incorrect when MALLOC_CHECK_>0 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
2012-02-21  1:21 ` [Bug malloc/1349] " jsm28 at gcc dot gnu.org
2012-05-06  9:04 ` aj at suse dot de
2012-08-30 14:13 ` siddhesh at redhat dot com
2012-09-05 16:23 ` siddhesh at redhat dot com
2014-02-16 17:50 ` jackie.rosen at hushmail dot com
2014-05-28 19:45 ` schwab at sourceware dot org
2005-09-17 18:09 [Bug libc/1349] New: " 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

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