Gentoo Archives: gentoo-commits

From: "Patrick McLean (chutzpah)" <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/openssh/files: openssh-6.7_p1-xmalloc-include.patch
Date: Fri, 27 Feb 2015 22:07:00
Message-Id: 20150227220653.49A4E12B11@oystercatcher.gentoo.org
1 chutzpah 15/02/27 22:06:53
2
3 Added: openssh-6.7_p1-xmalloc-include.patch
4 Log:
5 Add patch to fix crasher bug triggered on hardened x86_64 machines with USE=X509 and ancient clients.
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
8
9 Revision Changes Path
10 1.1 net-misc/openssh/files/openssh-6.7_p1-xmalloc-include.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/files/openssh-6.7_p1-xmalloc-include.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/files/openssh-6.7_p1-xmalloc-include.patch?rev=1.1&content-type=text/plain
14
15 Index: openssh-6.7_p1-xmalloc-include.patch
16 ===================================================================
17 diff -ur openssh-6.7p1.orig/ssh-rsa.c openssh-6.7p1/ssh-rsa.c
18 --- openssh-6.7p1.orig/ssh-rsa.c 2015-02-24 14:52:54.512197868 -0800
19 +++ openssh-6.7p1/ssh-rsa.c 2015-02-27 11:48:54.173951646 -0800
20 @@ -34,6 +34,7 @@
21 #include "sshkey.h"
22 #include "digest.h"
23 #include "evp-compat.h"
24 +#include "xmalloc.h"
25
26 /*NOTE: Do not define USE_LEGACY_RSA_... if build
27 is with FIPS capable OpenSSL */