diff options
Diffstat (limited to 'net-misc/openssh/files/openssh-5.1_p1-better-ssp-check.patch')
-rw-r--r-- | net-misc/openssh/files/openssh-5.1_p1-better-ssp-check.patch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-misc/openssh/files/openssh-5.1_p1-better-ssp-check.patch b/net-misc/openssh/files/openssh-5.1_p1-better-ssp-check.patch index 5f3578ec22b0..e28659f473c8 100644 --- a/net-misc/openssh/files/openssh-5.1_p1-better-ssp-check.patch +++ b/net-misc/openssh/files/openssh-5.1_p1-better-ssp-check.patch @@ -3,6 +3,9 @@ when using -fstack-protector which means systems that dont have SSP support wont get properly detected as lacking support. instead, create a big buffer on the stack and use it as that seems to do the trick. +https://bugzilla.mindrot.org/show_bug.cgi?id=1538 +https://bugs.gentoo.org/244776 + --- openssh-5.1p1/configure.ac +++ openssh-5.1p1/configure.ac @@ -145,8 +145,8 @@ int main(void){return 0;} |