diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,9 @@ | |||
57 | [ssh-ecdsa.c] | 57 | [ssh-ecdsa.c] |
58 | fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike | 58 | fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike |
59 | DSA_SIG_new. Reported by Batz Spear; ok markus@ | 59 | DSA_SIG_new. Reported by Batz Spear; ok markus@ |
60 | - djm@cvs.openbsd.org 2014/02/02 03:44:31 | ||
61 | [digest-libc.c digest-openssl.c] | ||
62 | convert memset of potentially-private data to explicit_bzero() | ||
60 | 63 | ||
61 | 20140131 | 64 | 20140131 |
62 | - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) | 65 | - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) |