From 45206510ab48bfee6e183f698f963fea8f03e2a5 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 19 Nov 2014 08:53:20 +0000 Subject: openssh: drop already applied patch This patch was part of the 6.6p1 release. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- .../openssh/openssh/openssh-CVE-2014-2532.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta/recipes-connectivity/openssh/openssh/openssh-CVE-2014-2532.patch (limited to 'meta/recipes-connectivity/openssh/openssh') diff --git a/meta/recipes-connectivity/openssh/openssh/openssh-CVE-2014-2532.patch b/meta/recipes-connectivity/openssh/openssh/openssh-CVE-2014-2532.patch deleted file mode 100644 index 3deaf3f0e9..0000000000 --- a/meta/recipes-connectivity/openssh/openssh/openssh-CVE-2014-2532.patch +++ /dev/null @@ -1,22 +0,0 @@ -Upstream-Status: Backport - -Fix for CVE-2014-2532 - -Backported from openssh-6.6p1.tar.gz - -Signed-off-by: Chen Qi ---- ---- a/session.c -+++ b/session.c -@@ -955,6 +955,11 @@ - u_int envsize; - u_int i, namelen; - -+ if (strchr(name, '=') != NULL) { -+ error("Invalid environment variable \"%.100s\"", name); -+ return; -+ } -+ - /* - * If we're passed an uninitialized list, allocate a single null - * entry before continuing. -- cgit 1.2.3-korg