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

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Jan 7 14:31:04 CST 2014


     [ https://issues.asterisk.org/jira/browse/ASTERISK-23098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton updated ASTERISK-23098:
------------------------------------

    Status: Open  (was: Triage)
    
> posible null pointer dereference in format.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
>         Attachments: main_format.patch
>
>
> {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