head 1.2; access; symbols pkgsrc-2016Q4:1.1.0.26 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.24 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.22 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.20 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.18 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.16 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.14 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.12 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.10 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.8 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.6 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.4 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.2; locks; strict; comment @# @; 1.2 date 2016.12.29.19.13.03; author wiz; state dead; branches; next 1.1; commitid kFYPk8EnajcmFUzz; 1.1 date 2014.02.13.11.12.58; author drochner; state Exp; branches 1.1.2.1; next ; commitid n7IOahAGKIS2LVox; 1.1.2.1 date 2014.02.13.11.12.58; author tron; state dead; branches; next 1.1.2.2; commitid sBtks0chTdEFIzpx; 1.1.2.2 date 2014.02.18.11.34.25; author tron; state Exp; branches; next ; commitid sBtks0chTdEFIzpx; desc @@ 1.2 log @Remove xenkernel and tools versions 3, 33, and 41. As discussed on pkgsrc-users. @ text @$NetBSD: patch-CVE-2014-1950,v 1.1 2014/02/13 11:12:58 drochner 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; @ 1.1 log @add patch from upstream to fix use-after-free under memory pressure (CVE-2014-1950) bump PKGREV @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-CVE-2014-1950 was added on branch pkgsrc-2013Q4 on 2014-02-18 11:34:25 +0000 @ text @d1 14 @ 1.1.2.2 log @Pullup ticket #4329 - requested by drochner sysutils/xentools41: security patch Revisions pulled up: - sysutils/xentools41/Makefile 1.44 - sysutils/xentools41/distinfo 1.35 - sysutils/xentools41/patches/patch-CVE-2014-1950 1.1 --- Module Name: pkgsrc Committed By: drochner Date: Thu Feb 13 11:12:58 UTC 2014 Modified Files: pkgsrc/sysutils/xentools41: Makefile distinfo Added Files: pkgsrc/sysutils/xentools41/patches: patch-CVE-2014-1950 Log Message: add patch from upstream to fix use-after-free under memory pressure (CVE-2014-1950) bump PKGREV @ text @a0 14 $NetBSD$ 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; @