[libvirt] [PATCHv2 3/5] Strip control characters from sysfs attributes

2015-04-14 Thread Ján Tomko
Including them in the XML makes them unparsable. https://bugzilla.redhat.com/show_bug.cgi?id=1184131 --- src/node_device/node_device_udev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/node_device/node_device_udev.c b/src/node_device/node_device_udev.c index 8c39e5f..5e98222 100644

Re: [libvirt] [PATCHv2 3/5] Strip control characters from sysfs attributes

2015-04-15 Thread Peter Krempa
On Tue, Apr 14, 2015 at 13:28:48 +0200, Ján Tomko wrote: > Including them in the XML makes them unparsable. > > https://bugzilla.redhat.com/show_bug.cgi?id=1184131 > --- > src/node_device/node_device_udev.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/node_device/node_device_ud