Ignore:
Timestamp:
Oct 11, 2019 2:26:12 PM (5 years ago)
Author:
riza
Message:

Fix #2244: Prevent continuous memory allocation when getting raw certificate on TLS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/ssl_sock_imp_common.h

    r6054 r6091  
    9797{ 
    9898    pj_pool_t            *pool; 
     99    pj_pool_t            *info_pool; /* this is for certificate chain  
     100                                      * information allocation. Don't use for  
     101                                      * other purposes. */ 
    99102    pj_ssl_sock_t        *parent; 
    100103    pj_ssl_sock_param     param; 
Note: See TracChangeset for help on using the changeset viewer.