]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix file descriptor leak in RTP code.
authorMark Michelson <mmichelson@digium.com>
Wed, 28 Jan 2015 21:30:40 +0000 (21:30 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 28 Jan 2015 21:30:40 +0000 (21:30 +0000)
commit2bb100d538e3cecae45d5a38159afa998f2fe372
tree77e0064fed545650841856a6644be9ae8191bda5
parent646dc62cd2318abf450f33aeaef8e0ca6bd37609
Fix file descriptor leak in RTP code.

SIP requests that offered codecs incompatible with configured values
could result in the allocation of RTP and RTCP ports that would not get
reclaimed later.

ASTERISK-24666 #close
Reported by Y Ateya

Review: https://reviewboard.asterisk.org/r/4323

AST-2015-001
........

Merged revisions 431300 from http://svn.asterisk.org/svn/asterisk/branches/12
........

Merged revisions 431303 from http://svn.asterisk.org/svn/asterisk/branches/13

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/13.1@431326 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip_sdp_rtp.c
res/res_pjsip_session.c
res/res_pjsip_t38.c