From 791bb999eef6da39d2160701f7d308e86113eefd Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Fri, 15 Jan 2016 17:17:43 +0100 Subject: initial commit for Enea Linux 5.0-ppc Signed-off-by: Adrian Dudau --- .../gnutls/gnutls/CVE-2015-6251.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2015-6251.patch (limited to 'meta/recipes-support/gnutls/gnutls/CVE-2015-6251.patch') diff --git a/meta/recipes-support/gnutls/gnutls/CVE-2015-6251.patch b/meta/recipes-support/gnutls/gnutls/CVE-2015-6251.patch deleted file mode 100644 index 5a29a9671e..0000000000 --- a/meta/recipes-support/gnutls/gnutls/CVE-2015-6251.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 272854367efc130fbd4f1a51840d80c630214e12 Mon Sep 17 00:00:00 2001 -From: Nikos Mavrogiannopoulos -Date: Mon, 20 Jul 2015 21:49:28 +0200 -Subject: [PATCH] Reset the output value on error in _gnutls_x509_dn_to_string() - -Fixes CVE-2015-6251. -Upstream-Status: Backport - -Signed-off-by: Sona Sarmadi ---- - lib/x509/common.c | 1 + - 1 file changed, 1 insertion(+), 0 deletions(-) - -diff --git a/lib/x509/common.c b/lib/x509/common.c -index 94b6bbc..9a4b96f 100644 ---- a/lib/x509/common.c -+++ b/lib/x509/common.c -@@ -469,6 +469,7 @@ _gnutls_x509_dn_to_string(const char *oid, void *value, - if (ret < 0) { - gnutls_assert(); - gnutls_free(str->data); -+ str->data = NULL; - return ret; - } - str->size = size; --- -libgit2 0.23.4 -- cgit v1.2.3-54-g00ecf