diff options
author | Damien Miller <djm@mindrot.org> | 2014-04-20 13:00:11 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-04-20 13:00:11 +1000 |
commit | 8f9cd709c7cf0655d414306a0ed28306b33802be (patch) | |
tree | 8063cc3dc3435ebc4356a509603f51a3bd8acf12 /ChangeLog | |
parent | 1c7ef4be83f6dec84509a312518b9df00ab491d9 (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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
12 | 20140401 | 16 | 20140401 |
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 |