Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F307008
libssh-change.diff
gniibe (NIIBE Yutaka)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
•
gniibe
May 7 2018, 1:52 AM
2018-05-07 01:52:07 (UTC+2)
Size
361 B
Subscribers
None
libssh-change.diff
View Options
diff --git a/src/dh.c b/src/dh.c
index d2ddfabd..85516816 100644
--- a/src/dh.c
+++ b/src/dh.c
@@ -233,6 +233,7 @@ void ssh_crypto_finalize(void) {
bignum_free(p_group14);
p_group14 = NULL;
#ifdef HAVE_LIBGCRYPT
+ gcry_control(GCRYCTL_CLOSE_RANDOM_DEVICE);
gcry_control(GCRYCTL_TERM_SECMEM);
#elif defined HAVE_LIBCRYPTO
EVP_cleanup();
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
167884
Attached To
T3731: gcry_pk_genkey() segfaults for ecdsa 384
Event Timeline
Log In to Comment