summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-02-04 11:25:45 +1100
committerDamien Miller <djm@mindrot.org>2014-02-04 11:25:45 +1100
commitdb3c595ea74ea9ccd5aa644d7e1f8dc675710731 (patch)
treedd9d8db7429fc311131c4dd965296dc672bef269 /ChangeLog
parentaae07e2e2000dd318418fd7fd4597760904cae32 (diff)
- djm@cvs.openbsd.org 2014/02/02 03:44:31
[digest-libc.c digest-openssl.c] convert memset of potentially-private data to explicit_bzero()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e755cb9c..bad531bf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
6120140131 6420140131
62 - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) 65 - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)