1. 21 1月, 2009 2 次提交
  2. 16 1月, 2009 1 次提交
  3. 23 12月, 2008 1 次提交
  4. 11 12月, 2008 1 次提交
  5. 05 12月, 2008 2 次提交
  6. 17 11月, 2008 1 次提交
  7. 05 11月, 2008 3 次提交
  8. 22 10月, 2008 1 次提交
    • C
      While doing on this patch series, I mistakenly added a bogus piece of · c83c3e9e
      Chris Lalancette 提交于
      storage XML to libvirtd, which was saved in /etc/libvirt/storage.  On subsequent
      stop/start of libvirtd, because of another bug , an
      error wasn't being set properly in an error path, so libvirtd was SEGV'ing in
      storage_conf.c:virStoragePoolObjLoad when trying to dereference the NULL err
      returned from virGetLastError().  Make this more robust against errors by always
      doing "err ? err->message : NULL" in the printf.  I looked around the tree and
      found a couple of other places that weren't guarded, so this patch fixes them as
      well.
      Signed-off-by: NChris Lalancette <clalance@redhat.com>
      c83c3e9e
  9. 16 10月, 2008 1 次提交
  10. 10 10月, 2008 2 次提交