summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-01-31 23:08:08 +0000
committerDamien Miller <djm@mindrot.org>2020-02-01 10:22:10 +1100
commit7365f28a66d1c443723fbe6f4a2612ea6002901e (patch)
tree6bc7939d4c6acb3c06b0250d3ec04592f3aa4163 /sshd.c
parentc2bd7f74b0e0f3a3ee9d19ac549e6ba89013abaf (diff)
upstream: mistake in previous: filling the incorrect buffer
OpenBSD-Commit-ID: 862ee84bd4b97b529f64aec5d800c3dcde952e3a
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 57fab0425..9d0d8b4f4 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshd.c,v 1.546 2020/01/31 22:42:45 djm Exp $ */ 1/* $OpenBSD: sshd.c,v 1.547 2020/01/31 23:08:08 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland