summaryrefslogtreecommitdiff
path: root/sysutils/xenstoretools/patches/patch-CVE-2014-1950
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xenstoretools/patches/patch-CVE-2014-1950')
-rw-r--r--sysutils/xenstoretools/patches/patch-CVE-2014-195014
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/xenstoretools/patches/patch-CVE-2014-1950 b/sysutils/xenstoretools/patches/patch-CVE-2014-1950
deleted file mode 100644
index 66fc7ab6ab2..00000000000
--- a/sysutils/xenstoretools/patches/patch-CVE-2014-1950
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-CVE-2014-1950,v 1.1 2016/12/29 23:12:23 wiz Exp $
-
-http://lists.xenproject.org/archives/html/xen-announce/2014-02/msg00006.html
-
---- libxc/xc_cpupool.c.orig 2014-02-12 16:27:31.000000000 +0000
-+++ libxc/xc_cpupool.c 2014-02-12 16:28:11.000000000 +0000
-@@ -104,6 +104,7 @@ xc_cpupoolinfo_t *xc_cpupool_getinfo(xc_
- info->cpumap = xc_cpumap_alloc(xch);
- if (!info->cpumap) {
- free(info);
-+ info = NULL;
- goto out;
- }
- info->cpupool_id = sysctl.u.cpupool_op.cpupool_id;