summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-02 15:29:21 +1000
committerDamien Miller <djm@mindrot.org>2014-07-02 15:29:21 +1000
commit9e01ff28664921ce9b6500681333e42fb133b4d0 (patch)
tree21116087bd1e9baea33c2ceba33c732c1a043846 /ChangeLog
parent1845fe6bda0729e52f4c645137f4fc3070b5438a (diff)
- deraadt@cvs.openbsd.org 2014/06/25 14:16:09
[sshbuf.c] unblock SIGSEGV before raising it ok djm
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2af6fbd58..12b8f00f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -54,6 +54,10 @@
54 [scp.c] 54 [scp.c]
55 when copying local->remote fails during read, don't send uninitialised 55 when copying local->remote fails during read, don't send uninitialised
56 heap to the remote end. Reported by Jann Horn 56 heap to the remote end. Reported by Jann Horn
57 - deraadt@cvs.openbsd.org 2014/06/25 14:16:09
58 [sshbuf.c]
59 unblock SIGSEGV before raising it
60 ok djm
57 61
5820140618 6220140618
59 - (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare 63 - (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare