summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-02 15:29:01 +1000
committerDamien Miller <djm@mindrot.org>2014-07-02 15:29:01 +1000
commit1845fe6bda0729e52f4c645137f4fc3070b5438a (patch)
tree0d29a2a98b222a85e651f69ba9f01b613d06ecaa /ChangeLog
parent19439e9a2a0ac0b4b3b1210e89695418beb1c883 (diff)
- djm@cvs.openbsd.org 2014/06/24 02:21:01
[scp.c] when copying local->remote fails during read, don't send uninitialised heap to the remote end. Reported by Jann Horn
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95b4895d5..2af6fbd58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,6 +50,10 @@
50 ProxyCommand in use; continue and allow the ProxyCommand to 50 ProxyCommand in use; continue and allow the ProxyCommand to
51 connect anyway (e.g. to a host with a name outside the DNS 51 connect anyway (e.g. to a host with a name outside the DNS
52 behind a bastion) 52 behind a bastion)
53 - djm@cvs.openbsd.org 2014/06/24 02:21:01
54 [scp.c]
55 when copying local->remote fails during read, don't send uninitialised
56 heap to the remote end. Reported by Jann Horn
53 57
5420140618 5820140618
55 - (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare 59 - (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare