FreeBSD Bugzilla – Attachment 216786 Details for
Bug 248271
mail/postfix: smtpd dies with segmentation fault after updating to 3.5.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch importing upstream fix
postfix.patch (text/plain), 1.58 KB, created by
Guido Falsi
on 2020-07-26 18:03:42 UTC
(
hide
)
Description:
Patch importing upstream fix
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2020-07-26 18:03:42 UTC
Size:
1.58 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 543486) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= postfix > DISTVERSION= 3.5.5 >-PORTREVISION?= 0 >+PORTREVISION?= 1 > PORTEPOCH= 1 > CATEGORIES= mail > MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ >Index: files/patch-src_tls_tls__misc.c >=================================================================== >--- files/patch-src_tls_tls__misc.c (nonexistent) >+++ files/patch-src_tls_tls__misc.c (working copy) >@@ -0,0 +1,20 @@ >+--- src/tls/tls_misc.c.orig 2020-07-12 20:41:51 UTC >++++ src/tls/tls_misc.c >+@@ -922,8 +922,6 @@ void tls_get_signature_params(TLS_SESS_STATE *TLSco >+ */ >+ if (SSL_get_signature_nid(ssl, &nid) && nid != NID_undef) >+ locl_sig_dgst = OBJ_nid2sn(nid); >+- >+- X509_free(cert); >+ } >+ /* Signature algorithms for the peer end of the connection */ >+ if ((cert = SSL_get_peer_certificate(ssl)) != 0) { >+@@ -965,6 +963,8 @@ void tls_get_signature_params(TLS_SESS_STATE *TLSco >+ */ >+ if (SSL_get_peer_signature_nid(ssl, &nid) && nid != NID_undef) >+ peer_sig_dgst = OBJ_nid2sn(nid); >++ >++ X509_free(cert); >+ } >+ if (kex_name) { >+ TLScontext->kex_name = mystrdup(kex_name); > >Property changes on: files/patch-src_tls_tls__misc.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248271
:
216783
| 216786