mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Commit 5a66c667ff fixed a NULL dereference
if the disk driver element was empty. Add a test for this case.
11 lines
212 B
XML
11 lines
212 B
XML
<domainsnapshot>
|
|
<name>asdf</name>
|
|
<description>adsf</description>
|
|
<disks>
|
|
<disk name='vda' snapshot='external'>
|
|
<source file='/tmp/foo'/>
|
|
<driver/>
|
|
</disk>
|
|
</disks>
|
|
</domainsnapshot>
|