[libvirt] [PATCH] storage: Fix a problem which will cause libvirtd crashed

Osier Yang jyang at redhat.com
Wed Mar 16 07:03:07 UTC 2011


---
 src/conf/storage_conf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/conf/storage_conf.c b/src/conf/storage_conf.c
index 6e3fe0e..13a3622 100644
--- a/src/conf/storage_conf.c
+++ b/src/conf/storage_conf.c
@@ -396,7 +396,7 @@ virStoragePoolDefParseSource(xmlXPathContextPtr ctxt,
     char *authType = NULL;
     int nsource, i;
     virStoragePoolOptionsPtr options;
-    char *port;
+    char *port = NULL;

     relnode = ctxt->node;
     ctxt->node = node;
--
1.7.4




More information about the libvir-list mailing list