[libvirt] [PATCH] Fix off-by-1 in QEMU boot arg array handling

Eric Blake eblake at redhat.com
Tue Aug 24 14:47:04 UTC 2010


On 08/24/2010 05:02 AM, Daniel P. Berrange wrote:
> A QEMU guest can have upto VIR_DOMAIN_BOOT_LAST boot entries
> defined. When building the QEMU arg, each entry takes a
> single byte. This means the array must be declared to be
> VIR_DOMAIN_BOOT_LAST+1 bytes in length to allow for the
> trailing null
>
> * src/qemu/qemu_conf.c: Fix off-by-1 boot arg array size

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list