Ignore:
Timestamp:
Sep 12, 2019 8:46:05 AM (5 years ago)
Author:
nanang
Message:

Fix #2230: Fixed crash in STUN session due to race condition which leads to premature tdata destroy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/stun_session.h

    r4606 r6069  
    349349    pj_uint32_t          msg_magic;     /**< Message magic.                 */ 
    350350    pj_uint8_t           msg_key[12];   /**< Message/transaction key.       */ 
     351     
     352    pj_grp_lock_t       *grp_lock;      /**< Group lock (for resp cache).   */ 
    351353 
    352354    pj_stun_req_cred_info auth_info;    /**< Credential info                */ 
Note: See TracChangeset for help on using the changeset viewer.