summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/authfd.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-11-11 09:19:58 +0000
committerdelphij <delphij@FreeBSD.org>2013-11-11 09:19:58 +0000
commit454aa852775e6b588c94920bed615117c03b68e3 (patch)
treec4bbdc1d8ff81449a2f752ae23209759c2e18ab5 /crypto/openssh/authfd.c
parent5c6a9c13c5db23bbfd599dcc3dfd4da68e2a9266 (diff)
downloadFreeBSD-src-454aa852775e6b588c94920bed615117c03b68e3.zip
FreeBSD-src-454aa852775e6b588c94920bed615117c03b68e3.tar.gz
MFV r257952:
Upgrade to OpenSSH 6.4p1. Bump VersionAddendum. Approved by: des
Diffstat (limited to 'crypto/openssh/authfd.c')
-rw-r--r--crypto/openssh/authfd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/authfd.c b/crypto/openssh/authfd.c
index 775786b..5cce93b 100644
--- a/crypto/openssh/authfd.c
+++ b/crypto/openssh/authfd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfd.c,v 1.87 2013/05/17 00:13:13 djm Exp $ */
+/* $OpenBSD: authfd.c,v 1.88 2013/11/08 00:39:14 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -206,7 +206,7 @@ ssh_get_authentication_connection(void)
if (sock < 0)
return NULL;
- auth = xmalloc(sizeof(*auth));
+ auth = xcalloc(1, sizeof(*auth));
auth->fd = sock;
buffer_init(&auth->identities);
auth->howmany = 0;
OpenPOWER on IntegriCloud