chutzpah 15/02/27 22:06:53 Added: openssh-6.7_p1-xmalloc-include.patch Log: Add patch to fix crasher bug triggered on hardened x86_64 machines with USE=X509 and ancient clients. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path 1.1 net-misc/openssh/files/openssh-6.7_p1-xmalloc-include.patch 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 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 Index: openssh-6.7_p1-xmalloc-include.patch =================================================================== diff -ur openssh-6.7p1.orig/ssh-rsa.c openssh-6.7p1/ssh-rsa.c --- openssh-6.7p1.orig/ssh-rsa.c 2015-02-24 14:52:54.512197868 -0800 +++ openssh-6.7p1/ssh-rsa.c 2015-02-27 11:48:54.173951646 -0800 @@ -34,6 +34,7 @@ #include "sshkey.h" #include "digest.h" #include "evp-compat.h" +#include "xmalloc.h" /*NOTE: Do not define USE_LEGACY_RSA_... if build is with FIPS capable OpenSSL */
