[asterisk-bugs] [JIRA] (ASTERISK-23101) pjsip: crash when parsing scheme from SIP URI
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Mon Jan 6 11:29:04 CST 2014
Matt Jordan created ASTERISK-23101:
--------------------------------------
Summary: pjsip: crash when parsing scheme from SIP URI
Key: ASTERISK-23101
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23101
Project: Asterisk
Issue Type: Bug
Components: Resources/res_pjsip
Reporter: Matt Jordan
Backtrace attached.
{noformat}
#0 pjsip_uri_get_scheme (rdata=0xb7401954) at /usr/include/pjsip/sip_uri.h:260
260 return (*((pjsip_uri*)uri)->vptr->p_get_scheme)(uri);
{noformat}
In the core file, the uri pointer is NULL:
{noformat}
(gdb) print uri
$1 = (const void *) 0x0
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list