• M
    conf: Fix crash with cleanup · 280b8c9e
    Martin Kletzander 提交于
    There was a crash possible when both <boot dev... and <boot
    order... were specified due to virDomainDefParseBootXML() erroring out
    before setting *tmp (which was free'd in cleanup).  As a fix, I
    created this cleanup that uses one pointer for all the temporary
    stored XPath strings and values, plus this pointer is correctly
    initialized to NULL.
    280b8c9e
domain_conf.c 491.4 KB