[BusyBox] [BusyBox 0000210]: undefined alloca

bugs at busybox.net bugs at busybox.net
Tue Apr 5 16:11:59 MDT 2005


A NOTE has been added to this issue.
======================================================================
<http://busybox.net/bugs/view.php?id=210> 
======================================================================
Reported By:                bernhardf
Assigned To:                BusyBox
======================================================================
Project:                    BusyBox
Issue ID:                   210
Category:                   Other
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     assigned
======================================================================
Date Submitted:             04-05-2005 13:55 PDT
Last Modified:              04-05-2005 15:11 PDT
======================================================================
Summary:                    undefined alloca
Description: 
For certain non-gcc compilers, alloca_h is defined (included) but there, no
alloca() is declared.
Fallback to malloc if _ALLOCA_H is defined but still, there is no alloca()
in the included _ALLOCA_H.

Won't compile for affected non-gcc compilers. As it is a no-go there,
severity:block.

TIA for cross-checking (Works For Me on gcc) and applying.
======================================================================

----------------------------------------------------------------------
 bernhardf - 04-05-05 15:11 
----------------------------------------------------------------------
Guess that wasn't phrased unambiguously; with this patch non-gcc compliant
compilers grok who to alloc.
Without this patch, some of non-gcc will not be able to compile the curses
frontend at all.
Sorry for clarifying (resp. for not being clear before)
Thank you,

Issue History
Date Modified  Username       Field                    Change              
======================================================================
04-05-05 13:55 bernhardf      New Issue                                    
04-05-05 13:55 bernhardf      File Added: busybox.alloca-curses_config.01.diff  
                 
04-05-05 15:11 bernhardf      Note Added: 0000130                          
======================================================================



More information about the busybox mailing list