This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
TT#172650 don't double free RSA key in case of failure
Change-Id: I9f314c5af3ce58020bdc092a52f03f76e22a9896
pull/1487/head
Richard Fuchs
4 years ago
parent
4ce91f52d0
commit
b171029ccf
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
daemon/dtls.c
+ 1
- 0
daemon/dtls.c
View File
@ -216,6 +216,7 @@ static int cert_init(void) {
if
(
!
EVP_PKEY_assign_RSA
(
pkey
,
rsa
)
)
goto
err
;
rsa
=
NULL
;
/* x509 cert */
Write
Preview
Loading…
Cancel
Save