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

2011-10-31 Thread Pavel Borzenkov
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

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

2011-11-01 Thread Stefan Hajnoczi
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 t