[libvirt] [PATCH] qemu_monitor_json: Properly check GetArray return value

Michal Privoznik mprivozn at redhat.com
Tue Feb 14 14:32:51 UTC 2017


On 02/14/2017 12:38 PM, Jiri Denemark wrote:
> Commit 2a8d40f4ec refactored qemuMonitorJSONGetCPUx86Data and replaced
> virJSONValueObjectGet(reply, "return") with virJSONValueObjectGetArray.
> While the former is guaranteed to always return non-NULL pointer the
> latter may return NULL if the returned JSON object is not an array.
> 
> Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
> ---
>  src/qemu/qemu_monitor_json.c | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)

ACK

Michal




More information about the libvir-list mailing list