[asterisk-bugs] [JIRA] (ASTERISK-23098) posible null pointer dereference in formate.c

marcelloceschia (JIRA) noreply at issues.asterisk.org
Sat Jan 4 10:57:03 CST 2014


marcelloceschia created ASTERISK-23098:
------------------------------------------

             Summary: posible null pointer dereference in formate.c
                 Key: ASTERISK-23098
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23098
             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