Applied. Thanks.
Regards,
Anthony Liguori
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
> ---
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
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