https://bz.apache.org/bugzilla/show_bug.cgi?id=65760

            Bug ID: 65760
           Summary: Resource leaks in mod_ssl_ct.c
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ssl
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

In the method ct_static_scts, fclose(pemfile) and X509_free(cert) also should
be put before Line 2970. Otherwise there are memory leaks. Is it true?

https://github.com/apache/httpd/blob/21f16155c38e406e0a0daaa60a539d66128cf044/modules/ssl/mod_ssl_ct.c#L2962-L2974

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