qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] net: Use g_strdup_printf instead of snprintf.


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] net: Use g_strdup_printf instead of snprintf.
Date: Mon, 13 Jan 2014 13:22:23 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Jan 09, 2014 at 07:34:27PM +0100, Hani Benhabiles wrote:
> assign_name() in net/net.c is using snprintf + g_strdup to get the same
> result as g_strdup_printf.
> 
> Signed-off-by: Hani Benhabiles <address@hidden>
> ---
>  net/net.c | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)

Thanks, applied to my net tree:
https://github.com/stefanha/qemu/commits/net

Stefan



reply via email to

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