summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-04-20 13:00:11 +1000
committerDamien Miller <djm@mindrot.org>2014-04-20 13:00:11 +1000
commit8f9cd709c7cf0655d414306a0ed28306b33802be (patch)
tree8063cc3dc3435ebc4356a509603f51a3bd8acf12 /ChangeLog
parent1c7ef4be83f6dec84509a312518b9df00ab491d9 (diff)
- djm@cvs.openbsd.org 2014/03/12 04:50:32
[auth-bsdauth.c ssh-keygen.c] don't count on things that accept arguments by reference to clear things for us on error; most things do, but it's unsafe form.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3434ba0eb..61786ac96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@
8 - djm@cvs.openbsd.org 2014/03/12 04:44:58 8 - djm@cvs.openbsd.org 2014/03/12 04:44:58
9 [ssh-keyscan.c] 9 [ssh-keyscan.c]
10 scan for Ed25519 keys by default too 10 scan for Ed25519 keys by default too
11 - djm@cvs.openbsd.org 2014/03/12 04:50:32
12 [auth-bsdauth.c ssh-keygen.c]
13 don't count on things that accept arguments by reference to clear
14 things for us on error; most things do, but it's unsafe form.
11 15
1220140401 1620140401
13 - (djm) On platforms that support it, use prctl() to prevent sftp-server 17 - (djm) On platforms that support it, use prctl() to prevent sftp-server