Re: [Qemu-devel] [PATCH v1 1/1] qom: Fix class cast of NULL classes

2013-07-10 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v1 1/1] qom: Fix class cast of NULL classes

2013-07-09 Thread Peter Crosthwaite
Ping! On Tue, Jun 18, 2013 at 7:18 PM, wrote: > From: Peter Crosthwaite > > Its clear from the implementation that class casting is supposed to work > with a NULL class argument. Guard all dereferences of the class argument > against NULL accordingly. > > Signed-off-by: Peter Crosthwaite > ---

Re: [Qemu-devel] [PATCH v1 1/1] qom: Fix class cast of NULL classes

2013-06-18 Thread Paolo Bonzini
Il 18/06/2013 11:18, peter.crosthwa...@xilinx.com ha scritto: > From: Peter Crosthwaite > > Its clear from the implementation that class casting is supposed to work > with a NULL class argument. Guard all dereferences of the class argument > against NULL accordingly. > > Signed-off-by: Peter Cro

[Qemu-devel] [PATCH v1 1/1] qom: Fix class cast of NULL classes

2013-06-18 Thread peter . crosthwaite
From: Peter Crosthwaite Its clear from the implementation that class casting is supposed to work with a NULL class argument. Guard all dereferences of the class argument against NULL accordingly. Signed-off-by: Peter Crosthwaite --- qom/object.c | 6 +++--- 1 file changed, 3 insertions(+), 3