[libvirt] [PATCH] qemu: Fix typo in qemuDomainModifyDeviceFlags

Peter Krempa pkrempa at redhat.com
Thu Aug 2 14:42:38 UTC 2012


On 08/02/12 16:30, Michal Privoznik wrote:
> One of our latest commits fbe87126 introduced this nasty typo:
> func(vmdef, ...); where func() dereference vmdef->ncontrollers,
> and vmdef was initialized to NULL. This leaves us with unconditional
> immediate segfault. It should be vm->def instead.
> ---
>
> Despite this could qualify to be pushed under trivial rule, I'd feel more
> comfortable with an ACK.
>
>   src/qemu/qemu_driver.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>

Gah, mea culpa. ACK.

Peter




More information about the libvir-list mailing list