]> git.ipfire.org Git - thirdparty/asterisk.git/commit
format.c: correct possible null pointer dereference
authorScott Griepentrog <sgriepentrog@digium.com>
Fri, 14 Feb 2014 21:28:18 +0000 (21:28 +0000)
committerScott Griepentrog <sgriepentrog@digium.com>
Fri, 14 Feb 2014 21:28:18 +0000 (21:28 +0000)
commit3ad378592cc4c0989aecf5118daf19400f4f73b7
tree12faca19622e6238726e2af6e3b11add2c8e9573
parente628b1488dee545a40a0c02240bd05e829b68bbc
format.c: correct possible null pointer dereference

In ast_format_sdp_parse and ast_format_sdp_generate
the check checks for a valid interface and function
were potentially confusing, and hid an error in the
test of the presence of the function that is called
later.  This patch clears up and corrects the test.

Review: https://reviewboard.asterisk.org/r/3208/
(closes issue ASTERISK-23098)
Reported by: marcelloceschia
Patches:
     main_format.patch uploaded by marcelloceschia (license 6036)
 ASTERISK-23098.patch uploaded by coreyfarrell (license 5909)
........

Merged revisions 408137 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@408138 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/format.c