> Subject: Re: [Qemu-devel] [PATCH 1/2] qom: add error handler for
> object_property_print()
>
> Hi,
>
> Am 23.09.2014 um 05:25 schrieb arei.gong...@huawei.com:
> > From: Gonglei
> >
> > Avoid the caller of object_property_print() leaking string
> > a
Hi,
Am 23.09.2014 um 05:25 schrieb arei.gong...@huawei.com:
> From: Gonglei
>
> Avoid the caller of object_property_print() leaking string
> argument's memory, such as qdev_print_props() when
> encounter errors.
>
> Cc: Paolo Bonzini
> Signed-off-by: Gonglei
> ---
> qom/object.c | 12 +++
From: Gonglei
Avoid the caller of object_property_print() leaking string
argument's memory, such as qdev_print_props() when
encounter errors.
Cc: Paolo Bonzini
Signed-off-by: Gonglei
---
qom/object.c | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/qom/object.