[asterisk-bugs] [JIRA] (ASTERISK-23118) possible null pointer dereference in format.c
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Tue Jan 7 14:31:05 CST 2014
Rusty Newton created ASTERISK-23118:
---------------------------------------
Summary: possible null pointer dereference in format.c
Key: ASTERISK-23118
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23118
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/General
Affects Versions: 11.7.0
Reporter: marcelloceschia
{noformat}
if (!(wrapper->interface || !wrapper->interface->format_attr_sdp_parse)) {
{noformat}
with wrapper->interface == NULL wrapper->interface->format_attr_sdp_parse will be evalueted.
--
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