From: Marc-André Lureau Date: Tue, 14 Feb 2017 21:04:11 +0000 (+0400) Subject: nodedev: parse X-Git-Tag: CVE-2017-2635~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a3e7ab5c46945d0b5b83e9c8370738314acbe2;p=thirdparty%2Flibvirt.git nodedev: parse This should have been added with c4a4603de (or 0bdefd9b04). Signed-off-by: Marc-André Lureau --- diff --git a/src/conf/node_device_conf.c b/src/conf/node_device_conf.c index 91a76586c0..a3cefcda8d 100644 --- a/src/conf/node_device_conf.c +++ b/src/conf/node_device_conf.c @@ -1736,6 +1736,8 @@ virNodeDeviceDefParseXML(xmlXPathContextPtr ctxt, goto error; } + def->sysfs_path = virXPathString("string(./path[1])", ctxt); + /* Parse devnodes */ nodes = NULL; if ((n = virXPathNodeSet("./devnode", ctxt, &nodes)) < 0)