]> xenbits.xensource.com Git - libvirt.git/commit
Avoid a libvirtd crash on broken input 523418
authorDaniel Veillard <veillard@redhat.com>
Thu, 1 Oct 2009 09:54:38 +0000 (11:54 +0200)
committerDaniel Veillard <veillard@redhat.com>
Thu, 1 Oct 2009 09:54:38 +0000 (11:54 +0200)
commit79d233b5ca62f86ab22d271d1f08ec20060eee88
tree26eda66da5b0a0babfe59ca88cd53803c03b774c
parentb37979023ddf4b847350fad08608571e157c710a
Avoid a libvirtd crash on broken input 523418

* src/conf/domain_conf.c: a simple typo in an XML domain file could lead
  to a crash, because we called STRPREFIX() on the looked up value without
  checking it was non-null.
src/conf/domain_conf.c