[BusyBox 0000728]: [PORTABILITY] GNU libc asprintf dependency

bugs at busybox.net bugs at busybox.net
Sat Feb 18 18:18:29 UTC 2006


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=728 
====================================================================== 
Reported By:                rfelker
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   728
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             02-18-2006 10:18 PST
Last Modified:              02-18-2006 10:18 PST
====================================================================== 
Summary:                    [PORTABILITY] GNU libc asprintf dependency
Description: 
libbb/bb_asprintf.c fails to compile without GNU vasprintf. A simple
fallback is to first call snprintf with NULL string argument to get the
length (excluding terminator byte), malloc, then call snprintf again with
the new buffer.

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

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-18-06 10:18  rfelker        New Issue                                    
02-18-06 10:18  rfelker        Status                   new => assigned     
02-18-06 10:18  rfelker        Assigned To               => BusyBox         
======================================================================




More information about the busybox-cvs mailing list