diff options
author | Damien Miller <djm@mindrot.org> | 2014-02-24 15:57:22 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-02-24 15:57:22 +1100 |
commit | bee3a234f3d1ad4244952bcff1b4b7c525330dc2 (patch) | |
tree | e3f5fe82137543252f9adf7e92f7895bd367d687 /ChangeLog | |
parent | 0628780abe61e7e50cba48cdafb1837f49ff23b2 (diff) |
- djm@cvs.openbsd.org 2014/02/23 20:03:42
[ssh-ed25519.c]
check for unsigned overflow; not reachable in OpenSSH but others might
copy our code...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ | |||
12 | [readconf.c] | 12 | [readconf.c] |
13 | when processing Match blocks, skip 'exec' clauses if previous predicates | 13 | when processing Match blocks, skip 'exec' clauses if previous predicates |
14 | failed to match; ok markus@ | 14 | failed to match; ok markus@ |
15 | - djm@cvs.openbsd.org 2014/02/23 20:03:42 | ||
16 | [ssh-ed25519.c] | ||
17 | check for unsigned overflow; not reachable in OpenSSH but others might | ||
18 | copy our code... | ||
15 | 19 | ||
16 | 20140213 | 20 | 20140213 |
17 | - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add compat | 21 | - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add compat |