diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -53,6 +53,10 @@ | |||
53 | [ssh-keygen.c ssh-rsa.c sshconnect.c sshconnect1.c sshconnect2.c] | 53 | [ssh-keygen.c ssh-rsa.c sshconnect.c sshconnect1.c sshconnect2.c] |
54 | [sshd.c] | 54 | [sshd.c] |
55 | convert memset of potentially-private data to explicit_bzero() | 55 | convert memset of potentially-private data to explicit_bzero() |
56 | - djm@cvs.openbsd.org 2014/02/03 23:28:00 | ||
57 | [ssh-ecdsa.c] | ||
58 | fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike | ||
59 | DSA_SIG_new. Reported by Batz Spear; ok markus@ | ||
56 | 60 | ||
57 | 20140131 | 61 | 20140131 |
58 | - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) | 62 | - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) |