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

            Bug ID: 65905
           Summary: modules/ssl/ssl_engine_init.c: Add check for
                    X509_STORE_CTX_init
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ssl
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 38208
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38208&action=edit
0001-modules-ssl-ssl_engine_init-Add-check-for-X509_STORE_CTX_init.patch

As the potential failure of the X509_STORE_CTX_init(),
for example there is no lock, the 'sctx' could fail to
initialize.
Therefore, it should be better to check X509_STORE_CTX_init()
and return error if fails.

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