summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-02-04 11:20:40 +1100
committerDamien Miller <djm@mindrot.org>2014-02-04 11:20:40 +1100
commitaae07e2e2000dd318418fd7fd4597760904cae32 (patch)
treeb3370f8fab7a594e13df6dcd6f691804b38b923d /ChangeLog
parenta5103f413bde6f31bff85d6e1fd29799c647d765 (diff)
- djm@cvs.openbsd.org 2014/02/03 23:28:00
[ssh-ecdsa.c] fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike DSA_SIG_new. Reported by Batz Spear; ok markus@
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)