fa3b510 qemuDomainSnapshotPrepare: Don't always assume vm->def->os.loader

Authored and Committed by mprivozn 7 years ago
    qemuDomainSnapshotPrepare: Don't always assume vm->def->os.loader
    
    In 9e2465834 a check that denies internal snapshots when pflash
    based loader is configured for the domain. However, if there's
    none and an user tries to do an internal snapshot they will
    witness daemon crash as in that case vm->def->os.loader is NULL
    and we dereference it unconditionally.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    
        
file modified
+1 -0