[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.7.7-3
Guido Günther
agx at sigxcpu.org
Wed Mar 17 20:28:01 UTC 2010
The following commit has been merged in the master branch:
commit 36cfa47c54034a1236889b0ea662598d6d271aea
Author: Guido Günther <agx at sigxcpu.org>
Date: Wed Mar 17 21:05:24 2010 +0100
New patch 0010-Don-t-crash-without-a-security-driver.patch
Don't crash without a security driver
Closes: #574359
diff --git a/debian/patches/0010-Don-t-crash-without-a-security-driver.patch b/debian/patches/0010-Don-t-crash-without-a-security-driver.patch
new file mode 100644
index 0000000..2eed331
--- /dev/null
+++ b/debian/patches/0010-Don-t-crash-without-a-security-driver.patch
@@ -0,0 +1,23 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Wed, 17 Mar 2010 21:04:11 +0100
+Subject: [PATCH] Don't crash without a security driver
+
+Closes: #574359
+---
+ src/qemu/qemu_driver.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
+index d5ac904..ec05c0e 100644
+--- a/src/qemu/qemu_driver.c
++++ b/src/qemu/qemu_driver.c
+@@ -4902,7 +4902,7 @@ static int qemudNodeGetSecurityModel(virConnectPtr conn,
+ int ret = 0;
+
+ qemuDriverLock(driver);
+- if (!driver->securityDriver) {
++ if (!driver->securityPrimaryDriver) {
+ memset(secmodel, 0, sizeof (*secmodel));
+ goto cleanup;
+ }
+--
diff --git a/debian/patches/series b/debian/patches/series
index 9de8693..5fa083e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
0007-Work-around-broken-linux-socket.h.patch
0008-qemu-Fix-USB-by-product-with-security-enabled.patch
0009-security-Set-permissions-for-kernel-initrd.patch
+0010-Don-t-crash-without-a-security-driver.patch
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list