• J
    qemudDomainAttachSCSIDisk: handle empty controller list · f5a6ce44
    Jim Meyering 提交于
    * src/qemu/qemu_driver.c (qemudDomainAttachSCSIDisk): Handle
    the (theoretical) case of an empty controller list, so that
    clang does not think the subsequent dereference of "cont"
    would dereference an undefined variable (due to preceding
    loop not iterating even once).
    f5a6ce44
qemu_driver.c 287.8 KB