[PATCH v2 0/2] qemu_dbus: Escape path to dbus-daemon socket if needed

Michal Privoznik via Devel posted 2 patches 2 weeks, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1766068973.git.mprivozn@redhat.com
src/libvirt_private.syms |  1 +
src/qemu/qemu_dbus.c     |  4 ++-
src/util/virstring.c     | 64 ++++++++++++++++++++++++++++++++++++++++
src/util/virstring.h     |  1 +
tests/virstringtest.c    | 43 +++++++++++++++++++++++++++
5 files changed, 112 insertions(+), 1 deletion(-)
[PATCH v2 0/2] qemu_dbus: Escape path to dbus-daemon socket if needed
Posted by Michal Privoznik via Devel 2 weeks, 5 days ago
v2 of:

$(you know which patch, the list archive is down)

diff to v1:
- New function to escape a string according to DBus rules is introduced
  (virStringEscapeDBus()) and used.

Michal Prívozník (2):
  util: Introduce virStringEscapeDBus()
  qemu_dbus: Escape path to dbus-daemon socket if needed

 src/libvirt_private.syms |  1 +
 src/qemu/qemu_dbus.c     |  4 ++-
 src/util/virstring.c     | 64 ++++++++++++++++++++++++++++++++++++++++
 src/util/virstring.h     |  1 +
 tests/virstringtest.c    | 43 +++++++++++++++++++++++++++
 5 files changed, 112 insertions(+), 1 deletion(-)

-- 
2.51.2