Ignore:
Timestamp:
Jun 2, 2010 3:03:43 AM (14 years ago)
Author:
bennylp
Message:

Fixed #1092 (Crash when receiving various messages with "Contact: *" header format)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_pres.c

    r3096 r3190  
    16111611                  pjsip_msg_find_hdr(event->body.rx_msg.rdata->msg_info.msg, 
    16121612                                     PJSIP_H_CONTACT, NULL); 
    1613     if (!contact_hdr) { 
     1613    if (!contact_hdr || !contact_hdr->uri) { 
    16141614        return; 
    16151615    } 
Note: See TracChangeset for help on using the changeset viewer.