grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] switch from sprintf to asprintf and snprintf


From: Colin Watson
Subject: Re: [PATCH] switch from sprintf to asprintf and snprintf
Date: Fri, 1 Jan 2010 09:32:24 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, Dec 29, 2009 at 10:30:12AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko 
wrote:
> +char *EXPORT_FUNC(grub_asprintf) (const char *fmt, ...)
> +     __attribute__ ((format (printf, 1, 2)));

It's very confusing that you've made grub_asprintf have a dramatically
different interface from asprintf. Perhaps you could call this
grub_xasprintf instead? (Although I notice that it doesn't die when
malloc fails, but merely returns NULL.)

> +char *EXPORT_FUNC(grub_avsprintf) (const char *fmt, va_list args);

The conventional spelling is vasprintf, not avsprintf.

-- 
Colin Watson                                       address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]