• P
    lxc: Avoid segfault of libvirt_lxc helper on early cleanup paths · 81efb13b
    Peter Krempa 提交于
    Early jumps to the cleanup label caused a crash of the libvirt_lxc
    container helper as the cleanup section called
    virLXCControllerDeleteInterfaces(ctrl) without checking the ctrl argument
    for NULL. The argument was de-referenced soon after.
    
    $ /usr/libexec/libvirt_lxc
    /usr/libexec/libvirt_lxc: missing --name argument for configuration
    Segmentation fault
    81efb13b
lxc_controller.c 47.1 KB