• E
    lxc: use common code for process cleanup · 8aee48bd
    Eric Blake 提交于
    Based on a Coverity report - the return value of waitpid() should
    always be checked, to avoid problems with leaking resources.
    
    * src/lxc/lxc_controller.c (lxcControllerRun): Use simpler virPidAbort.
    8aee48bd
lxc_controller.c 42.0 KB