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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to