You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/10/18 13:29:00 UTC

DO NOT REPLY [Bug 46036] New: Fix memory leak in ssl_read_pkcs7

https://issues.apache.org/bugzilla/show_bug.cgi?id=46036

           Summary: Fix memory leak in ssl_read_pkcs7
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ssl
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: steve@openssl.org


Created an attachment (id=22753)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22753)
Fix leak

The PKCS7 structure read in ssl_read_pkcs7 is not freed up. In the attached
patch the internal certificate stack is set to NULL first to avoid it being
freed up at the same time.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 46036] Fix memory leak in ssl_read_pkcs7

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46036

Joe Orton <jo...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 46036] Fix memory leak in ssl_read_pkcs7

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46036

--- Comment #2 from Joe Orton <jo...@redhat.com> 2011-02-12 10:47:30 EST ---
The PKCS#7 stuff isn't on 2.2.x; closed out since fixed on trunk.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 46036] Fix memory leak in ssl_read_pkcs7

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46036

Stefan Fritsch <sf...@sfritsch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

--- Comment #1 from Stefan Fritsch <sf...@sfritsch.de> 2010-08-18 19:03:50 EDT ---
r930063

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org