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

Corey Farrell (JIRA) noreply at issues.asterisk.org
Tue Jan 7 22:59:03 CST 2014


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

Corey Farrell updated ASTERISK-23098:
-------------------------------------

    Attachment: ASTERISK-23098.patch

main_format.patch adds extra white-space and checks the wrong field in the second conditional.  ASTERISK-23098.patch corrects these issues.
                
> [patch]possible 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: ASTERISK-23098.patch, 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