qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 0/3] Misc small fixes in cmd.c


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2 0/3] Misc small fixes in cmd.c
Date: Tue, 1 Nov 2011 08:37:00 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Oct 31, 2011 at 10:53:35PM +0400, Pavel Borzenkov wrote:
> The first patch fixes coding style of the functions affected by next two
> patches.
> Second patch fixes potential NULL pointer dereference (return value of realloc
> is not checked).
> Third patch fixes potential memory leak (for the case when realloc returns
> NULL).
> 
> Pavel Borzenkov (3):
>   cmd: Fix coding style in cmd.c
>   cmd: Fix potential NULL pointer dereference
>   cmd: Fix potential memory leak
> 
>  cmd.c |  168 
> ++++++++++++++++++++++++++++++++---------------------------------
>  1 files changed, 82 insertions(+), 86 deletions(-)

Thanks, applied to the trivial patches -next tree:

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

Stefan



reply via email to

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