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

           Summary: ab -v2 SSL memory leak
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: support
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=25521)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25521)
proposed patch

The following command in ssl_print_cert_info()

    BIO_printf(bio,"Public key is %d bits\n",
               EVP_PKEY_bits(X509_get_pubkey(cert)));

leaks memory because X509_get_pubkey() allocates a new object.

-- 
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