]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xen: Use virParseMacAddr instead of sscanf
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 30 Mar 2010 14:29:53 +0000 (16:29 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 1 Apr 2010 10:53:41 +0000 (12:53 +0200)
commit00e00510c59e64a2f8919b9d609d8688f5d041c8
treecd789fb227f0aaecf84f1c4a572295523c81b6b2
parent2f047d4816591932c132f27564b7905efd757fdd
xen: Use virParseMacAddr instead of sscanf

This also fixes a bug in xenXMDomainConfigParse where uninitialized
memory would be used as MAC address if sscanf fails.
src/xen/xend_internal.c
src/xen/xm_internal.c