qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] ui/vnc: Convert sasl.mechlist to g_malloc() & f


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] ui/vnc: Convert sasl.mechlist to g_malloc() & friends
Date: Tue, 8 Nov 2011 10:49:50 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Nov 08, 2011 at 10:55:52AM +0100, Markus Armbruster wrote:
> Fixes protocol_client_auth_sasl_mechname() not to crash when malloc()
> fails.  Spotted by Coverity.
> 
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
>  ui/vnc-auth-sasl.c |   10 +++++-----
>  1 files changed, 5 insertions(+), 5 deletions(-)

g_malloc(), the allocator the never* fails.

* Or if it does you won't be around to care about it ;-)

Thanks, merged into the trivial-patches tree:

http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches

Stefan



reply via email to

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