[uClibc 0000649]: __heap_alloc_at can't find expected free area

bugs at busybox.net bugs at busybox.net
Thu Jan 19 13:31:00 UTC 2006


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=649 
====================================================================== 
Reported By:                sluo
Assigned To:                uClibc
====================================================================== 
Project:                    uClibc
Issue ID:                   649
Category:                   Standards Compliance
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             01-19-2006 05:31 PST
Last Modified:              01-19-2006 05:31 PST
====================================================================== 
Summary:                    __heap_alloc_at can't find expected free area
Description: 
The 35th line of libc\stdlib\malloc\heap_alloc_at.c should be
  if (fa_mem >= mem)
not 
  if (fa_mem <= mem)
.
Only at a higher location can we break the for-loop.

====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
01-19-06 05:31  sluo           New Issue                                    
01-19-06 05:31  sluo           Status                   new => assigned     
01-19-06 05:31  sluo           Assigned To               => uClibc          
======================================================================




More information about the uClibc-cvs mailing list