[Bug 1865] extend snprintf to work on NULL

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 24 10:44:27 PST 2004


Please do not reply to this email: if you want to comment on the bug, go to          
the URL shown below and enter yourcomments there.   
 
https://bugs.freedesktop.org/show_bug.cgi?id=1865        
   




------- Additional Comments From krh at bitplanet.net  2004-11-24 10:44 -------
Yeah, that looks good.  My only concern is that you're using malloc(), shouldn't
that be xalloc()?  Of course, in that case it wouldn't be asprintf() (which is
documented as using malloc()), which is why I originally suggested
xallocPrintf() ... for symmetry, I think a "no fail" xnfallocPrintf() would be
cool, too.        
   
   
--         
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email       
   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list