summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5ea77c1f..3e755cb9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
5720140131 6120140131
58 - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) 62 - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)