[asterisk-bugs] [JIRA] (ASTERISK-23098) posible null pointer dereference in format.c
marcelloceschia (JIRA)
noreply at issues.asterisk.org
Sat Jan 4 11:07:03 CST 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-23098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
marcelloceschia updated ASTERISK-23098:
---------------------------------------
Attachment: main_format.patch
fix for !(wrapper->interface || !wrapper->interface->format_attr_sdp_parse) issue
> 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