• W
    fix crash when starting network · 7ab1c25c
    Wen Congyang 提交于
    commit 27908453 introduces a regression, and it will
    cause libvirt crashed when starting network.
    
    The reason is that tapfd may be NULL, but we dereference
    it without checking whether it is NULL.
    7ab1c25c
bridge.c 19.9 KB