Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 592761 Details for
Bug 833211
Fix Memory Leak in IMAP SSL/TLS Connections
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
dbmail git patch for el6 branch
0001-Add-patch-to-fix-SSL-memory-leak.patch (text/plain), 1.82 KB, created by
Harley
on 2012-06-18 21:41:18 UTC
(
hide
)
Description:
dbmail git patch for el6 branch
Filename:
MIME Type:
Creator:
Harley
Created:
2012-06-18 21:41:18 UTC
Size:
1.82 KB
patch
obsolete
>From ffa4a5cfd053bbc415e636190ebfcb9edb032269 Mon Sep 17 00:00:00 2001 >From: Harley Laue <losinggeneration@gmail.com> >Date: Mon, 18 Jun 2012 16:38:57 -0500 >Subject: [PATCH] Add patch to fix SSL memory leak > >--- > dbmail-3.0.2-ssl-leak.patch | 15 +++++++++++++++ > dbmail.spec | 6 ++++++ > 2 files changed, 21 insertions(+), 0 deletions(-) > create mode 100644 dbmail-3.0.2-ssl-leak.patch > >diff --git a/dbmail-3.0.2-ssl-leak.patch b/dbmail-3.0.2-ssl-leak.patch >new file mode 100644 >index 0000000..ed5714a >--- /dev/null >+++ b/dbmail-3.0.2-ssl-leak.patch >@@ -0,0 +1,15 @@ >+--- dbmail-3.0.2.orig/src/clientbase.c 2012-03-11 03:02:30.000000000 -0500 >++++ dbmail-3.0.2/src/clientbase.c 2012-05-26 11:59:58.476034986 -0500 >+@@ -520,6 +520,12 @@ >+ self->auth = NULL; >+ } >+ >++ if (self->ssl) { >++ SSL_shutdown(self->ssl); >++ SSL_free(self->ssl); >++ self->ssl = NULL; >++ } >++ >+ g_free(self); >+ >+ self = NULL; >diff --git a/dbmail.spec b/dbmail.spec >index fbdcd14..7f8ccab 100644 >--- a/dbmail.spec >+++ b/dbmail.spec >@@ -20,6 +20,7 @@ Source7: README.fedora > Source8: dbmail.sysconfig > > Patch0: dbmail-3.0.2-gthread.patch >+Patch1: dbmail-3.0.2-ssl-leak.patch > > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >@@ -68,6 +69,8 @@ installation and configuration in Fedora. > # Temporary patch - gmime is not adding flags for gthread; add to > # glib for now > %patch0 -p1 -b .gthread >+# patch - fix an SSL leak >+%patch1 -p1 -b .ssl-leak > %endif > > # we don't need README.solaris and we don't want it caught up in the %%doc >@@ -190,6 +193,9 @@ dbmail. > > > %changelog >+* Mon Jun 18 2012 Harley Laue <losinggeneration@gmail.com> - 3.0.2-3 >+- EL patch to fix SSL memory leak >+ > * Mon Mar 19 2012 Bernard Johnson <bjohnson@symetrix.com> - 3.0.2-2 > - EL patch reworked for gthread only > >-- >1.7.1 >
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 833211
:
592760
| 592761