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